InfoConnect API Guide
Attachmate.Reflection.Emulation.IbmHosts Namespace / IPrintOptions Interface / PrintSuppressBlankPage Property


In This Topic
    PrintSuppressBlankPage Property
    In This Topic
    Returns or specifies whether blank pages are suppressed.
    Syntax
    'Declaration
     
    
    Property PrintSuppressBlankPage As Boolean
    'Usage
     
    
    Dim instance As IPrintOptions
    Dim value As Boolean
     
    instance.PrintSuppressBlankPage = value
     
    value = instance.PrintSuppressBlankPage
    bool PrintSuppressBlankPage {get; set;}
    Exceptions
    ExceptionDescription
    This exception is thrown when you modify a property that was secured via the Permissions Manager, or that can only be modified by an Administrator.
    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