ApprenticePrintManager.PrintToFile Method
Parent Object: ApprenticePrintManagerDescription
Method that prints to the specified file using the current property settings defined by the ApprenticePrintManager object.
Syntax
ApprenticePrintManager.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. |