Class NUp.PresentationDirection.PresentationDirectionOption
Namespace: Aspose.Page.XPS.XpsMetadata
Assembly: Aspose.Page.dll (25.4.0)
Describes the Aspose.Page.XPS.XpsMetadata.NUp.PresentationDirection feature options.
public sealed class NUp.PresentationDirection.PresentationDirectionOption : Option, IFeatureItem, IPrintTicketElementChild
Inheritance
object ← PrintTicketElement ← CompositePrintTicketElement ← Option ← NUp.PresentationDirection.PresentationDirectionOption
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
BottomLeft
Specifies top to bottom, right to left.
public static NUp.PresentationDirection.PresentationDirectionOption BottomLeft
Field Value
NUp . PresentationDirection . PresentationDirectionOption
BottomRight
Specifies top to bottom, left to right.
public static NUp.PresentationDirection.PresentationDirectionOption BottomRight
Field Value
NUp . PresentationDirection . PresentationDirectionOption
LeftBottom
Specifies right to left, top to bottom.
public static NUp.PresentationDirection.PresentationDirectionOption LeftBottom
Field Value
NUp . PresentationDirection . PresentationDirectionOption
LeftTop
Specifies right to left, bottom to top.
public static NUp.PresentationDirection.PresentationDirectionOption LeftTop
Field Value
NUp . PresentationDirection . PresentationDirectionOption
RightBottom
Specifies left to right, top to bottom.
public static NUp.PresentationDirection.PresentationDirectionOption RightBottom
Field Value
NUp . PresentationDirection . PresentationDirectionOption
RightTop
Specifies left to right, bottom to top.
public static NUp.PresentationDirection.PresentationDirectionOption RightTop
Field Value
NUp . PresentationDirection . PresentationDirectionOption
TopLeft
Specifies bottom to top, right to left.
public static NUp.PresentationDirection.PresentationDirectionOption TopLeft
Field Value
NUp . PresentationDirection . PresentationDirectionOption
TopRight
Specifies bottom to top, left to right.
public static NUp.PresentationDirection.PresentationDirectionOption TopRight