DicomObjects Reference
DicomObjects Reference / DicomPrint Object / Printer Property
In This Topic
    Printer Property
    In This Topic
    Description
    The well-known printer object (valid after Open)
    Property type
    Read-only property
    Syntax
    Visual Basic
    Public Property Printer As DicomDataSet
    Remarks
    When the DicomPrint 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 Connection object.
    See Also