Class PageOrientation.PageOrientationOption
Namespace: Aspose.Page.XPS.XpsMetadata
Assembly: Aspose.Page.dll (25.1.2)
Describes the Aspose.Page.XPS.XpsMetadata.PageOrientation feature options.
public sealed class PageOrientation.PageOrientationOption : Option, IFeatureItem, IPrintTicketElementChild
Inheritance
object ← PrintTicketElement ← CompositePrintTicketElement ← Option ← PageOrientation.PageOrientationOption
Implements
IFeatureItem, IPrintTicketElementChild
Inherited Members
Option.Add(params IOptionItem[]), PrintTicketElement.Name, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Fields
Landscape
Content is rotated on the page 90 degrees CCW relative to standard (portrait) orientation.
public static readonly PageOrientation.PageOrientationOption Landscape
Field Value
PageOrientation.PageOrientationOption
Portrait
Standard Orientation.
public static readonly PageOrientation.PageOrientationOption Portrait
Field Value
PageOrientation.PageOrientationOption
ReverseLandscape
Content is rotated on the page 270 degrees CCW relative to standard (portrait) orientation.
public static readonly PageOrientation.PageOrientationOption ReverseLandscape
Field Value
PageOrientation.PageOrientationOption
ReversePortrait
Content is rotated on the page 180 degrees relative to standard (portrait) orientation.
public static readonly PageOrientation.PageOrientationOption ReversePortrait