Queries the Print SCP for the printer configuration information and returns the
retrieved information.
Syntax
Visual Basic (Declaration) | |
---|
Public Function GetPrinterConfiguration() As DicomDataSet |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As DicomPrintScu
Dim value As DicomDataSet
value = instance.GetPrinterConfiguration()
|
Managed Extensions for C++ | |
---|
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.
Example
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also