Class PageOrientation.PageOrientationOption
Namespace: Aspose.Page.XPS.XpsMetadata
Assembly: Aspose.Page.dll (25.8.0)
Describes the Aspose.Page.XPS.XpsMetadata.PageOrientation feature options.
public sealed class PageOrientation.PageOrientationOption : Option, IFeatureItem, IPrintTicketElementChildInheritance
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 LandscapeField Value
PageOrientation . PageOrientationOption
Portrait
Standard Orientation.
public static readonly PageOrientation.PageOrientationOption PortraitField Value
PageOrientation . PageOrientationOption
ReverseLandscape
Content is rotated on the page 270 degrees CCW relative to standard (portrait) orientation.
public static readonly PageOrientation.PageOrientationOption ReverseLandscapeField Value
PageOrientation . PageOrientationOption
ReversePortrait
Content is rotated on the page 180 degrees relative to standard (portrait) orientation.
public static readonly PageOrientation.PageOrientationOption ReversePortrait