Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 2.66 KB

Class library.md

File metadata and controls

26 lines (22 loc) · 2.66 KB

Components

  • PrinterMonitorComponent - Component that monitors one or more printers and raises events when events occur on them

Classes

Event argument classes These classes provide aditional details when an event is raised by the printer monitor component * PrinterEventArgs - Event arguments for a Printer related event * PrintJobEventArgs - Event arguments for a Print Job related event

Exception classes * InsufficentPrinterAccessRightsException - Raised when an attempt is made to access the printer by a process that does not have sufficient access rights * InsufficientPrintJobAccessRightsException - Raised when an attempt is made to access the print job by a process that does not have sufficient access rights * PrintJobTransferException - Raised when an attempt to move a print job between print queues fails