Admin Production rocket
Current Publication

IbmprintPageTerminatorOption

Reflection Desktop .NET API Guide V18.0
Rocket® Reflection Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation that was created prior to Rocket Software's acquisition of certain products from OpenText may contain outdated references to "Micro Focus” or “OpenText”, which are trademarks of OpenText. Rocket Software is not affiliated with Micro Focus or OpenText and has rebranded these products as Rocket® products.
IbmprintPageTerminatorOption Enumeration
In This Topic
Indicates which end page character to use when printing in a IBM 3151 emulation (TerminalType = rcIBM3151).
Syntax

                     
                     
'Declaration
 

                     
                     
Public Enum IbmprintPageTerminatorOption 
   Inherits System.Enum

                  

                     
                     
'Usage
 

                     
                     
Dim instance As IbmprintPageTerminatorOption

                  

                     
                     
public enum IbmprintPageTerminatorOption : 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.
Inheritance Hierarchy

System.Object
System.ValueType
System.Enum
Attachmate.Reflection.Emulation.OpenSystems.IbmprintPageTerminatorOption

See Also