Aspose::Page::XPS::XpsMetadata::PageScaling::PageScalingOption class

PageScalingOption class

Describes the PageScaling features options.

class PageScalingOption : public Aspose::Page::XPS::XpsMetadata::Option,
                          public Aspose::Page::XPS::XpsMetadata::PageScaling::IPageScalingItem

Fields

FieldDescription
static CustomSpecifies a custom scaling should be applied to the Application Media Size.
static CustomSquareSpecifies a custom square scaling should be applied to the Application Media Size.
static FitApplicationBleedSizeToPageImageableSizeSpecifies the application bleed size should be scaled to the PageImageableSize preserving the aspect ratio.
static FitApplicationContentSizeToPageImageableSizeSpecifies the application content size should be scaled to the PageImageableSize preserving the aspect ratio.
static FitApplicationMediaSizeToPageImageableSizeSpecifies the application media size should be scaled to the PageImageableSize preserving the aspect ratio.
static FitApplicationMediaSizeToPageMediaSizeSpecifies the application media size should be scaled to the PageMediaSize preserving the aspect ratio.
static NoneSpecifies that no scaling should be applied.

See Also