InfoConnect for Unisys
PrintDbcs2To3 Property


Returns or specifies whether to widen double-byte characters to 1.5 times their default size when printing host print jobs and terminal screens to make them more legible.
Syntax
'Declaration
 
Property PrintDbcs2To3 As Boolean
'Usage
 
Dim instance As IPrintOptions
Dim value As Boolean
 
instance.PrintDbcs2To3 = value
 
value = instance.PrintDbcs2To3
bool PrintDbcs2To3 {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 widens double-byte characters so that two characters occupy the same number of spaces as three single-byte characters.
See Also