Class PageScaling.PageScalingOption
Namespace: Aspose.Page.XPS.XpsMetadata
Assembly: Aspose.Page.dll (25.1.2)
Describes the Aspose.Page.XPS.XpsMetadata.PageScaling features options.
public sealed class PageScaling.PageScalingOption : Option, PageScaling.IPageScalingItem, IFeatureItem, IPrintTicketElementChild
Inheritance
object ← PrintTicketElement ← CompositePrintTicketElement ← Option ← PageScaling.PageScalingOption
Implements
PageScaling.IPageScalingItem, 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
Custom
Specifies a custom scaling should be applied to the Application Media Size.
public static PageScaling.PageScalingOption Custom
Field Value
CustomSquare
Specifies a custom square scaling should be applied to the Application Media Size.
public static PageScaling.PageScalingOption CustomSquare
Field Value
FitApplicationBleedSizeToPageImageableSize
Specifies the application bleed size should be scaled to the Aspose.Page.XPS.XpsMetadata.PageImageableSize preserving the aspect ratio.
public static PageScaling.PageScalingOption FitApplicationBleedSizeToPageImageableSize
Field Value
FitApplicationContentSizeToPageImageableSize
Specifies the application content size should be scaled to the Aspose.Page.XPS.XpsMetadata.PageImageableSize preserving the aspect ratio.
public static PageScaling.PageScalingOption FitApplicationContentSizeToPageImageableSize
Field Value
FitApplicationMediaSizeToPageImageableSize
Specifies the application media size should be scaled to the Aspose.Page.XPS.XpsMetadata.PageImageableSize preserving the aspect ratio.
public static PageScaling.PageScalingOption FitApplicationMediaSizeToPageImageableSize
Field Value
FitApplicationMediaSizeToPageMediaSize
Specifies the application media size should be scaled to the Aspose.Page.XPS.XpsMetadata.PageMediaSize preserving the aspect ratio.
public static PageScaling.PageScalingOption FitApplicationMediaSizeToPageMediaSize
Field Value
None
Specifies that no scaling should be applied.
public static PageScaling.PageScalingOption None