InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / IPrinting Interface / PrinterOrientation Property


In This Topic
    PrinterOrientation Property (IPrinting)
    In This Topic

    Gets or sets the printer page orientation used by InfoConnect. Changing the value of this property affects printing done by InfoConnect, but does not change your operating system's printer settings.

    Syntax
    'Declaration
     
    
    Property PrinterOrientation As PrinterOrientationOption
    'Usage
     
    
    Dim instance As IPrinting
    Dim value As PrinterOrientationOption
     
    instance.PrinterOrientation = value
     
    value = instance.PrinterOrientation
    PrinterOrientationOption PrinterOrientation {get; set;}

    Property Value

    The default value is PrinterOrientationOption.Default.
    Remarks

    When the PrinterColumnsSetOrientation property is True, Reflection automatically sets printer page orientation based on the current value of the PrinterColumns property.

    See Also