InfoConnect for Airlines
PrintDbcsSmallerFont Property


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
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 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