Class PageOrientation.PageOrientationOption

PageOrientation.PageOrientationOption class

Describes the PageOrientation feature options.

public sealed class PageOrientationOption : Option

Properties

NameDescription
Name { get; }Gets the element name.

Methods

NameDescription
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

NameDescription
static LandscapeContent is rotated on the page 90 degrees CCW relative to standard (portrait) orientation.
static PortraitStandard Orientation.
static ReverseLandscapeContent is rotated on the page 270 degrees CCW relative to standard (portrait) orientation.
static ReversePortraitContent is rotated on the page 180 degrees relative to standard (portrait) orientation.

See Also