InfoConnect for Airlines VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / IbmprintPageTerminatorOption Enumeration
In This Topic
    IbmprintPageTerminatorOption Enumeration
    In This Topic
    Indicates which end page character is used when printing in a IBM 3151 emulation (TerminalType = IBM3151).
    Syntax
    <System.Runtime.InteropServices.ComVisibleAttribute(True)>
    <System.Runtime.InteropServices.GuidAttribute("70089005-C2B2-4843-9E93-755BA6485E7B")>
    Public Enum IbmprintPageTerminatorOption 
       Inherits System.Enum
    Members
    MemberDescription
    FFA form feed character is appended to the page end.
    NONENo end character is appended to the page end.
    See Also