'Declaration
Public Enum PrinterOrientationOption Inherits System.Enum
'Usage
Dim instance As PrinterOrientationOption
public enum PrinterOrientationOption : System.Enum
'Declaration
Public Enum PrinterOrientationOption Inherits System.Enum
'Usage
Dim instance As PrinterOrientationOption
public enum PrinterOrientationOption : System.Enum
Member | Description |
---|---|
Default | Uses the page orientation sent down from the host to print the document. |
Landscape | Forces the page orientation to landscape mode (11" x 8.5"), regardless of what the document is configured for on the host. |
Portrait | Forces the page orientation to portrait mode (8.5" x 11"), regardless of what the document is configured for on the host. |
System.Object
System.ValueType
System.Enum
Attachmate.Reflection.Emulation.IbmHosts.PrinterOrientationOption