Accusoft.PrintProSdk Namespace : Orientation Enumeration |
'Declaration Public Enum Orientation Inherits System.Enum
'Usage Dim instance As Orientation
public enum Orientation : System.Enum
__value public enum Orientation : public System.Enum
public enum class Orientation : public System.Enum
Member | Value | Description |
---|---|---|
Landscape | 2 | Documents are printed with the top at the wide side of the paper. |
Portrait | 1 | Documents are printed with the top at the narrow side of the paper. |
Rotate | 3 | Documents are rotated. This is rarely supported by printers. |
System.Object
System.ValueType
System.Enum
Accusoft.PrintProSdk.Orientation