PMPrinterPMPrinterType Enumeration |
Printer type to help determine context of printer object
Namespace: PM90SettingsAPI.PrinterAssembly: PM90SettingsAPI (in PM90SettingsAPI.dll) Version: 9.0.23.534 (9.0.23.534)
Syntax public enum PMPrinterType
Members
| Member name | Value | Description |
---|
| DirectPrint | 0 |
Queue tracked directly by TGS tracking service
|
| PullPrint | 1 |
Queue is a pull print queue, referenced by printer name and is not specific to any server.
|
| CostProfile | 2 |
Object represents a set of cost options as opposed to an actual queue
|
See Also