'Declaration
Public Enum PrintRangeOption Inherits System.Enum
'Usage
Dim instance As PrintRangeOption
public enum PrintRangeOption : System.Enum
'Declaration
Public Enum PrintRangeOption Inherits System.Enum
'Usage
Dim instance As PrintRangeOption
public enum PrintRangeOption : System.Enum
Member | Description |
---|---|
FullPage | Sends the full page to the printer |
Selected | Sends only the selected data to the printer |
SOEToCursor | Sends only the data between the Start of Entry (SOE) and the cursor to the printer |
System.Object
System.ValueType
System.Enum
Attachmate.Reflection.Emulation.UTS.PrintRangeOption