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