Class PageOrientation
Specifies the orientation of a page.
Inheritance
System.Object
PageOrientation
Namespace: IronBarCode
Assembly: IronBarCode.dll
Syntax
public sealed class PageOrientation : Enum
Fields
Landscape
The image's width is greater than its height.
Declaration
public const PageOrientation Landscape
Field Value
Type | Description |
---|---|
PageOrientation |
Portrait
The image's height is greater than its width.
Declaration
public const PageOrientation Portrait
Field Value
Type | Description |
---|---|
PageOrientation |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |