|
FILE.Print |
|
|
nStatus = FILE.Print( [strTemplate AS STRING=NULL], [nPrintType AS INTEGER=0] ) AS INTEGER
Prints the current file by using the optional print template. The type of printing can be one of the following:
0 = Print with standard Print Dialog 1 = Print to current printer without Print Dialog 2 = Print Preview 3 = Print to PDF
|