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


In This Topic
    PrintDbcsSmallerFont Property
    In This Topic
    Returns or specifies whether to print double-byte characters using a smaller font size.
    Syntax
    'Declaration
     
    
    Property PrintDbcsSmallerFont As Boolean
    'Usage
     
    
    Dim instance As IPrintOptions
    Dim value As Boolean
     
    instance.PrintDbcsSmallerFont = value
     
    value = instance.PrintDbcsSmallerFont
    bool PrintDbcsSmallerFont {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 false, the font size is normal. When it is true, the terminal uses a smaller font size. This property applies to 5250 sessions only.
    See Also