Class PageScaling.PageScalingOption
Namespace: Aspose.Page.XPS.XpsMetadata
Assembly: Aspose.Page.dll (25.1.2)
Aspose.Page.XPS.XpsMetadata.PageScaling の機能オプションについて説明します。
public sealed class PageScaling.PageScalingOption : Option, PageScaling.IPageScalingItem, IFeatureItem, IPrintTicketElementChild
継承
object ← PrintTicketElement ← CompositePrintTicketElement ← Option ← PageScaling.PageScalingOption
実装
PageScaling.IPageScalingItem, IFeatureItem, IPrintTicketElementChild
継承されたメンバー
Option.Add(params IOptionItem[]), PrintTicketElement.Name, object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
フィールド
Custom
アプリケーションメディアサイズにカスタムスケーリングを適用することを指定します。
public static PageScaling.PageScalingOption Custom
フィールド値
CustomSquare
アプリケーションメディアサイズにカスタム正方形スケーリングを適用することを指定します。
public static PageScaling.PageScalingOption CustomSquare
フィールド値
FitApplicationBleedSizeToPageImageableSize
アプリケーションのブリードサイズがアスペクト比を保持しながら Aspose.Page.XPS.XpsMetadata.PageImageableSizeにスケーリングされることを指定します。
public static PageScaling.PageScalingOption FitApplicationBleedSizeToPageImageableSize
フィールド値
FitApplicationContentSizeToPageImageableSize
アプリケーションのコンテンツサイズがアスペクト比を保持しながら Aspose.Page.XPS.XpsMetadata.PageImageableSizeにスケーリングされることを指定します。
public static PageScaling.PageScalingOption FitApplicationContentSizeToPageImageableSize
フィールド値
FitApplicationMediaSizeToPageImageableSize
アプリケーションメディアサイズがアスペクト比を保持しながら Aspose.Page.XPS.XpsMetadata.PageImageableSizeにスケーリングされることを指定します。
public static PageScaling.PageScalingOption FitApplicationMediaSizeToPageImageableSize
フィールド値
FitApplicationMediaSizeToPageMediaSize
アプリケーションメディアサイズがアスペクト比を保持しながら Aspose.Page.XPS.XpsMetadata.PageMediaSizeにスケーリングされることを指定します。
public static PageScaling.PageScalingOption FitApplicationMediaSizeToPageMediaSize
フィールド値
None
スケーリングを適用しないことを指定します。
public static PageScaling.PageScalingOption None