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
Member | Description |
FF | A form feed character is appended to the page end. |
NONE | No end character is appended to the page end. |
See Also