Aspose::Page::XPS::XpsMetadata::PageScaling::PageScalingOption class
Contents
[
Hide
]PageScalingOption class
Describes the PageScaling features options.
class PageScalingOption : public Aspose::Page::XPS::XpsMetadata::Option,
public Aspose::Page::XPS::XpsMetadata::PageScaling::IPageScalingItem
Fields
Field | Description |
---|---|
static Custom | Specifies a custom scaling should be applied to the Application Media Size. |
static CustomSquare | Specifies a custom square scaling should be applied to the Application Media Size. |
static FitApplicationBleedSizeToPageImageableSize | Specifies the application bleed size should be scaled to the PageImageableSize preserving the aspect ratio. |
static FitApplicationContentSizeToPageImageableSize | Specifies the application content size should be scaled to the PageImageableSize preserving the aspect ratio. |
static FitApplicationMediaSizeToPageImageableSize | Specifies the application media size should be scaled to the PageImageableSize preserving the aspect ratio. |
static FitApplicationMediaSizeToPageMediaSize | Specifies the application media size should be scaled to the PageMediaSize preserving the aspect ratio. |
static None | Specifies that no scaling should be applied. |
See Also
- Class Option
- Class IPageScalingItem
- Class PageScaling
- Namespace Aspose::Page::XPS::XpsMetadata
- Library Aspose.Page for C++