PrinterErrorEvent.ErrorType Property | |
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
public virtual uint ErrorType { get; }
Request Example
View SourceProperty Value
Type:
DWordOne 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:
Constant | Description |
---|
PRINTERERRORFATALDEVICEERROR | The printer device could not be created or initialized correctly. |
PRINTERERRORGENERALERROR | A general unidentifiable (system-specific) error has occurred. |
PRINTERERRORNODISKSPACE | The Window's Print Manager has run out of disk space to complete the job. This is not necessarily fatal. |
PRINTERERRORNOMEMSPACE | Insufficient memory to complete the job. |
PRINTERERRORUSERABORT | The user or application has aborted the job. |
See Also