InfoConnect for Airlines VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / IbmprintLineTerminatorOption Enumeration
In This Topic
    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
    MemberDescription
    CRA carriage return is appended to each line.
    CRLFBoth a carriage return and a line feed are appended to each line.
    See Also