Working With The LPrinterConfigurationItem Object

The printer configuration information gets sent by the Print SCP as one or more Items in a Printer Configuration Sequence (2000,001E). For each Item received, an LPrinterConfigurationItem object is added to the collection. Each LPrinterConfigurationItem object exposes the ILPrinterConfigurationItem Interface which defines the following properties to handle the object:

Properties

image\sqrblit.gif Attributes property (ILPrinterConfigurationItem): This property is the collection of all the Attributes in the Printer Configuration Item. The Name and Value of each Attribute in the collection are specified by the members of the ILAttribute interface exposed by the corresponding LAttribute object.

image\sqrblit.gif Sequences property (ILPrinterConfigurationItem): This property is the collection of all the Sequences of Items in the Printer Configuration Item. The Name and Items of each Sequence in the collection are specified by the members of the ILSequence interface exposed by the corresponding LSequence object.