Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IPrinterPrintOptions Interface / PrintToFile Property


In This Topic
    PrintToFile Property (IPrinterPrintOptions)
    In This Topic
    Returns or specifies the destination of Reflection print jobs. When this property is True, Reflection sends print jobs to a file
    Syntax
    'Declaration
     
    
    Property PrintToFile As Boolean
    'Usage
     
    
    Dim instance As IPrinterPrintOptions
    Dim value As Boolean
     
    instance.PrintToFile = value
     
    value = instance.PrintToFile
    bool PrintToFile {get; set;}
    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