Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / PrintOptions Object / PrinterOrientation Property
In This Topic
    PrinterOrientation Property (PrintOptions)
    In This Topic
    Gets or sets the default page orientation used to print host documents.
    Syntax
    expression.PrinterOrientation As PrinterOrientationOption
    where expression is a variable that represents a PrintOptions Object

    Property Value

    A PrinterOrientationOption Enumeration value.
    Remarks
    • Uses the page orientation sent down from the host to print the document.
    • Forces the page orientation to landscape mode (11" x 8.5"), regardless of how the document is configured on the host.
    • Forces the page orientation to portrait mode (8.5" x 11"), regardless of how the document is configured on the host.
    See Also