Queries the Print SCP for the printer configuration information and returns the retrieved information.
public DicomDataSet GetPrinterConfiguration()
'Declaration
Public Function GetPrinterConfiguration() As DicomDataSet
'Usage
Dim instance As DicomPrintScu
Dim value As DicomDataSet
value = instance.GetPrinterConfiguration()
public DicomDataSet GetPrinterConfiguration()
function Leadtools.Dicom.DicomPrintScu.GetPrinterConfiguration()
public:
DicomDataSet^ GetPrinterConfiguration();
Return Value
A
DicomDataSet object the holds the retrieved printer configuration information. The information is sent by the Print SCP as one or more Items in a Printer Configuration Sequence (2000,001E). The various members of the
DicomDataSet class can be used to investigate the retrieved information.