Class PageOrientation.PageOrientationOption
PageOrientation.PageOrientationOption class
Describes the PageOrientation feature options.
public sealed class PageOrientationOption : Option
Properties
| Name | Description |
|---|
| Name { get; } | Gets the element name. |
Methods
| Name | Description |
|---|
| Add(params IOptionItem[]) | Adds a list of items to the end of this option’s item list. Each one must be a ScoredProperty or Property instance. |
Fields
| Name | Description |
|---|
| static readonly Landscape | Content is rotated on the page 90 degrees CCW relative to standard (portrait) orientation. |
| static readonly Portrait | Standard Orientation. |
| static readonly ReverseLandscape | Content is rotated on the page 270 degrees CCW relative to standard (portrait) orientation. |
| static readonly ReversePortrait | Content is rotated on the page 180 degrees relative to standard (portrait) orientation. |
See Also