Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Printing Object / PrinterOrientation Property
In This Topic
    PrinterOrientation Property (Printing)
    In This Topic

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

    Syntax
    expression.PrinterOrientation As PrinterOrientationOption
    where expression is a variable that represents a Printing Object

    Property Value

    A PrinterOrientationOption 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