Initializes the printer for subsequent printing operations.
Syntax:
PrinterObject.Initialize()
The Initialize Method (Printer Object) syntax has these parts:
| Part |
Description |
| PrinterObject |
An object expression that evaluates to a Printer object. |
Remarks:
Use this method before calling the PrintControl method.