Printer Object
 
Syntax
 
Printer.Submit = vsSubmitResults
 
Description
Submits the printed matter to the selected output device.
 
The output created by the Submit function can cause that rebuild of the output must be executed. Therefore it is wise to enable a rebounce sequence, so that you can easily rebuild your document.
 
Parameter
Description
vsSubmitResults
This parameter contains the following pre-defined constants and values:
Constant
Value
Description
vsFailure
0
The document could not be printed.
vsSuccess
-1
The document was successfully submitted to the outputdevice.
vsRebuild
1
With preview as outputtype, changes made by the user requires that you rebuild your document, using the same outputtype.
 
See Also
Example