Class PageScaling.PageScalingOption
Contents
[
Hide
]PageScaling.PageScalingOption class
Describes the PageScaling
features options.
public sealed class PageScalingOption : Option
Properties
Name | Description |
---|---|
Name { get; } | Gets the element name. |
Methods
Name | Description |
---|---|
Add(params IOptionItem[]) | Adds a list of items to the end of this option’s item list. Each one must be a ScoredProperty or Property instance. |
Fields
Name | 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 PageScaling
- namespace Aspose.Page.XPS.XpsMetadata
- assembly Aspose.Page