DataGate® - Build 8.0.355 and above

PaperOrientation Enumeration

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)

Remarks

PaperOrientation defines values in which you can select one of the choices.

Members


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

Requirements

Namespace: ASNA DataGate

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family.

Assembly: ASNA DataGate Client (in ASNA DataGate.Client.dll)

See Also

DataGate Namespace