Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IPrintOptions Interface / PrintDbcs2To3 Property


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
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 widens double-byte characters so that two characters occupy the same number of spaces as three single-byte characters.
See Also