DicomObjects.NET.V8
DicomObjects Namespace / DicomPrint Class / Printer Property



In This Topic
    Printer Property
    In This Topic
    The well known Printer Instance (as a DicomDataSet)
    Syntax
    'Declaration
     
    Public ReadOnly Property Printer As DicomDataSet
    'Usage
     
    Dim instance As DicomPrint
    Dim value As DicomDataSet
     
    value = instance.Printer
    public DicomDataSet Printer {get;}
    public:
    property DicomDataSet^ Printer {
       DicomDataSet^ get();
    }
    Remarks

    When the DicomPrint's Open method is called, the well-known SOP instance representing the printer is retrieved, and placed into this property, which may allow some useful information about the printer and it’s current state to be determined before attempting to print any images.

    Please check the printer’s conformance statement for more details of what information may be available.

    To get updated information after the initial connection, use an NGet operation on the DicomAssociation object.

    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also