InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Printing Object / PrinterColumnsSetOrientation Property
In This Topic
    PrinterColumnsSetOrientation Property
    In This Topic

    Gets or sets whether InfoConnect automatically sets the current printer page orientation based on the number of columns to be printed. (The number of columns to be printed is determined by the PrinterColumns property).

    Syntax
    expression.PrinterColumnsSetOrientation As Boolean
    where expression is a variable that represents a Printing Object

    Property Value

    When False (the default), printer orientation is not affected by changes to the PrinterColumns property.

    When True and when PrinterColumns is less than 132, InfoConnect automatically selects portrait page orientation. When PrinterColumns is 132 or greater, InfoConnect automatically selects landscape orientation.

    Example

    See Also