Chapter 2 -- 150
Programmer’s Guide
"
""
" Document.EndPrinting
VTS_NONE EndPrinting ( Reason ).
Infoms the user of the end of the printing process for current
document with anotification code.
ReasonVT_I2orInteger
or enumEndPrinting type. Code for
the reason for the end of the process.
Thevaluecanbeoneofthefollowing:
lppxEndOfJob = 1
lppxCancelled = 2
lppxSystemFailure = 3
"
""
" Document.PausedPrinting
VTS_NONE PausedPrinting ( Reason, refCancel ).
Informs the user of a problem during printing process for the
current document.
ReasonVT_I2orInteger
or enumPausedReasonPrinting type.
Reason for the end of the process.
Thevaluecanbeoneofthefollowing:
lppxGenericError = 0
lppxNoPaper = 2
lppxNoRibbon = 3
lppxPortNotAvailable = 4
lppxPrinterNotReady = 5
lppxCommunicationError = 6
lppxHeadLifted = 7
lppxPrinterMemory = 8
lppxPrinterSettings = 9
lppxSetupCommunication = 10
Parameters:
refCancel VT_I2orInteger
. User must assign this parameter
to 1 to abort process.