Rocket® InfoConnect Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation that was created prior to Rocket Software's acquisition of certain products from OpenText may contain outdated references to "Micro Focus” or “OpenText”, which are trademarks of OpenText. Rocket Software is not affiliated with Micro Focus or OpenText and has rebranded these products as Rocket® products.
IbmPrintCharactersOption Enumeration
In This Topic
Indicates how characters print in a IBM 3151 emulation (TerminalType = rcIBM3151).
Syntax
'Declaration
Public Enum IbmPrintCharactersOption Inherits System.Enum
'Usage
Dim instance As IbmPrintCharactersOption
public enum IbmPrintCharactersOption : System.Enum
Members
| Member | Description |
|---|---|
| All | Prior to printing, escape sequences initialize the print device and characters are translated. |
| CharOnly | Only ASCII characters between 32 and 126 are sent to the printer. |
| National | Prior to printing, the following characters are converted to spaces: linedraws; superscripts and subscripts; field and character attributes; reverse question marks; send marks; and control characters (0 to 31, and 127). |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Attachmate.Reflection.Emulation.OpenSystems.IbmPrintCharactersOption
See Also