The PaperOrientation enumerated constant defines values on the orientation of the paper.
[C#]
public enum PaperOrientation;
[Visual Basic]
Public Enum PaperOrientation
[Visual RPG]
BegEnum PaperOrientation Access(*Public)
PaperOrientation defines values in which you can select one of the choices.
| Member | Description | Value |
|---|---|---|
Portrait |
Portrait orientation, i.e., the height is greater than the width. |
1 |
Landscape |
Landscape orientation, i.e., the width is greater than the height. |
2 |
Namespace: ASNA DataGate
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family.
Assembly: ASNA DataGate Client (in ASNA DataGate.Client.dll)