PaperOrientation Enumeration |
The different types of paper orientations.
Namespace:
Dundas.BI.Print
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public enum PaperOrientation
Public Enumeration PaperOrientation
public enum class PaperOrientation
Members
| Member name | Value | Description |
---|
| Portrait | 0 |
Portrait paper orientation.
|
| Landscape | 1 |
Landscape paper orientation.
|
See Also