Class PageScaling.ScaleOffsetAlignmentOption
Namespace: Aspose.Page.XPS.XpsMetadata
Assembly: Aspose.Page.dll (25.8.0)
Describes the Aspose.Page.XPS.XpsMetadata.PageScaling.ScaleOffsetAlignment features options. Specifies the alignment of the scaled content.
public sealed class PageScaling.ScaleOffsetAlignmentOption : Option, IFeatureItem, IPrintTicketElementChildInheritance
object ← PrintTicketElement ← CompositePrintTicketElement ← Option ← PageScaling.ScaleOffsetAlignmentOption
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
BottomCenter
Specifies the scaling should be aligned on the center of the bottom edge of the media.
public static PageScaling.ScaleOffsetAlignmentOption BottomCenterField Value
PageScaling . ScaleOffsetAlignmentOption
BottomLeft
Specifies the scaling should be aligned on the bottom left corner of the media.
public static PageScaling.ScaleOffsetAlignmentOption BottomLeftField Value
PageScaling . ScaleOffsetAlignmentOption
BottomRight
Specifies the scaling should be aligned on the bottom right corner of the media.
public static PageScaling.ScaleOffsetAlignmentOption BottomRightField Value
PageScaling . ScaleOffsetAlignmentOption
Center
Specifies the scaling should be centered on the media.
public static PageScaling.ScaleOffsetAlignmentOption CenterField Value
PageScaling . ScaleOffsetAlignmentOption
LeftCenter
Specifies the scaling should be aligned on the center of the left edge of the media.
public static PageScaling.ScaleOffsetAlignmentOption LeftCenterField Value
PageScaling . ScaleOffsetAlignmentOption
RightCenter
Specifies the scaling should be aligned on the center of the right edge of the media.
public static PageScaling.ScaleOffsetAlignmentOption RightCenterField Value
PageScaling . ScaleOffsetAlignmentOption
TopCenter
Specifies the scaling should be aligned on the center of the top edge of the media.
public static PageScaling.ScaleOffsetAlignmentOption TopCenterField Value
PageScaling . ScaleOffsetAlignmentOption
TopLeft
Specifies the scaling should be aligned on the top left corner of the media.
public static PageScaling.ScaleOffsetAlignmentOption TopLeftField Value
PageScaling . ScaleOffsetAlignmentOption
TopRight
Specifies the scaling should be aligned on the top right corner of the media.
public static PageScaling.ScaleOffsetAlignmentOption TopRight