InfoConnect for Unisys
PrintSuppressBlankPage Property


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
Attachmate.Reflection.SecuredSettingException 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