The IMetabaseDeviceDescriptors interface is used to work with the device description collection.
Property name | Brief description | |
Count | The Count property returns the number of devices in the list of printers available for printing. | |
Item | The Item property returns device description by index. | |
ItemByKey | The ItemByKey property returns device description by key. |
Method name | Brief description | |
Add | The Add method adds description of printer into the list of printers available for printing by the specified name. | |
Remove | The Remove method removes printer description from the list of printers available for printing by its index | |
RemoveAll | The RemoveAll method removes all printers from the list of printers available for printing | |
RemoveByKey | The RemoveByKey method removes printer description from the list of printers available for printing by the specified key. |
See also: