PrintManager.PrintToFile Method
Parent Object: PrintManagerDescription
Method that prints to the specified file using the current property settings defined by the PrintManager object.
Syntax
PrintManager.PrintToFile( FileName As String )Parameters
Name | Type | Description |
FileName | String | Input String that specifies the full path of the file to write the print information to. If the specified file already exists it will be overwritten. |