Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.IbmHosts Library / Attachmate.Reflection.Objects.Emulation.IbmHosts Library / PrintOptions Object / PrintSuppressBlankPage Property
In This Topic
    PrintSuppressBlankPage Property
    In This Topic
    Gets or sets a value indicating whether blank pages are suppressed.
    Syntax
    expression.PrintSuppressBlankPage As Boolean
    where expression is a variable that represents a PrintOptions Object
    Remarks
    When this property is true, the terminal suppresses blank pages on host print jobs. When it is false, the terminal does not suppress blank pages.
    See Also