Chapter 2 -- 149
Reference Guide
Document Events
Properties
Methods
(None)
Change
BeginPrinting
ProgressPrinting
EndPrinting
PausedPrinting
"
"
"
"
Document.BeginPrinting
VTS_NONE
BeginPrinting
(
strDocName
).
Informs the user when the printing process begins for document
strDocName.
Parameters
:
strDocName
VT_BSTR or String Name of the document
starting to print.
"
"
"
"
Document.Change
VTS_NONE
Change
( ).
Informs the user of a change in the document.
User is invited to save or save as the current document.
"
"
"
"
Document.ProgressPrinting
VTS_NONE
ProgressPrinting
(
LabelPercent, refCancel
).
Informs the user of the printing progress for the current
document.
Parameters
:
LabelPercent
VT_I2 or Integer Percent value of the printing of
the current label.
refCancel
VT_I2 or Integer. User must assign this parameter
to 1 to abort process.
Object
Methods