'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(); }
'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(); }
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.