'DeclarationPublic Enum IbmPrintCharactersOption Inherits System.Enum
'UsageDim instance As IbmPrintCharactersOption
public enum IbmPrintCharactersOption : System.Enum
'DeclarationPublic Enum IbmPrintCharactersOption Inherits System.Enum
'UsageDim instance As IbmPrintCharactersOption
public enum IbmPrintCharactersOption : System.Enum
| 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). |
System.Object
System.ValueType
System.Enum
Attachmate.Reflection.Emulation.OpenSystems.IbmPrintCharactersOption