Class PageScaling.PageScalingOption
Namespace: Aspose.Page.XPS.XpsMetadata
Assembly: Aspose.Page.dll (25.4.0)
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
PageScaling . PageScalingOption
CustomSquare
Specifies a custom square scaling should be applied to the Application Media Size.
public static PageScaling.PageScalingOption CustomSquare
Field Value
PageScaling . PageScalingOption
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
PageScaling . PageScalingOption
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
PageScaling . PageScalingOption
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
PageScaling . PageScalingOption
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
PageScaling . PageScalingOption
None
Specifies that no scaling should be applied.
public static PageScaling.PageScalingOption None