Chapter 2 -- 50
Programmer’s Guide
"
""
" Document.Close
VTS_I2 Close( boolSave ).
Closes document.
Parameters:
boolSave Optional VT_BOOL or Boolean
.(default false) If
True, saves document.
"
""
" Document.CopyToC lipboard
VTS_BOOL CopyToClipboard().
Copies an image of the document to the Clipboard.
"
""
" Document.FormFeed
VTS_I2 FormFeed ().
Ends the process job.
"
""
" Document.GeneratePOF
VTS_I2 GeneratePOF (strDestinationFileName, strModelFile-
Name ).
Generates a POF file.
Parameters:
strDestinationFileName Required VT_BSTR or String
.Nameof
the file to print to.
strModelFileName Optional VT_BSTR or String
.Nameor
FullName of Configuration file (.POC) to use.
If none, default POC file is used.
"
""
" Document.I nsert
VTS_I2 Insert ( strDocumentFileName ).
Inserts a document in the current document.
Parameters:
strDocumentFileName Required VT_BSTR or String
.Nameof
the document to insert.
Object
Methods