Click or drag to resize

PrinterErrorEvent.ErrorType Property

X#
One of the following events that are passed to the Printer:Expose() method, when the system requires another page to be painted and sent to the Print Manager:

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY ErrorType AS DWORD GET 
Request Example View Source

Property Value

Type: DWord
One of the following events that are passed to the Printer:Expose() method, when the system requires another page to be painted and sent to the Print Manager:
Remarks
One of the following events that are passed to the Printer:Expose() method, when the system requires another page to be painted and sent to the Print Manager:
ConstantDescription
PRINTERERRORFATALDEVICEERRORThe printer device could not be created or initialized correctly.
PRINTERERRORGENERALERRORA general unidentifiable (system-specific) error has occurred.
PRINTERERRORNODISKSPACEThe Window's Print Manager has run out of disk space to complete the job. This is not necessarily fatal.
PRINTERERRORNOMEMSPACEInsufficient memory to complete the job.
PRINTERERRORUSERABORTThe user or application has aborted the job.
See Also