'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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2