Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / PrinterPrintOptions Class / PrintToFile Property


PrintToFile Property (PrinterPrintOptions)
Returns or specifies the destination of Reflection print jobs. When this property is True, Reflection sends print jobs to a file
Syntax
'Declaration
 
Public Property PrintToFile As Boolean
 
'Usage
 
Dim instance As PrinterPrintOptions
Dim value As Boolean
 
instance.PrintToFile = value
 
value = instance.PrintToFile
Exceptions
ExceptionDescription
This exception is thrown when you modify a property that was secured via the Permissions Manager, or that can only be modified by an Administrator.
Remarks
The default value is false
See Also