IbmprintLineTerminatorOption Enumeration
In This Topic
Indicates which end line characters to use when printing in a IBM 3151 emulation (TerminalType = IBM3151).
Syntax
<System.Runtime.InteropServices.ComVisibleAttribute(True)>
<System.Runtime.InteropServices.GuidAttribute("70089005-C2B2-4843-9E93-755BA6485E7A")>
Public Enum IbmprintLineTerminatorOption
Inherits System.Enum
Members
Member | Description |
CR | A carriage return is appended to each line. |
CRLF | Both a carriage return and a line feed are appended to each line. |
See Also