public static final class PageScaling.PageScalingOption extends Option implements PageScaling.IPageScalingItem
Describes the PageScaling
features options.
Modifier and Type | Field and Description |
---|---|
static PageScaling.PageScalingOption |
Custom
Specifies a custom scaling should be applied to the Application Media Size.
|
static PageScaling.PageScalingOption |
CustomSquare
Specifies a custom square scaling should be applied to the Application Media Size.
|
static PageScaling.PageScalingOption |
FitApplicationBleedSizeToPageImageableSize
Specifies the application bleed size should be scaled to the
PageImageableSize preserving the aspect ratio. |
static PageScaling.PageScalingOption |
FitApplicationContentSizeToPageImageableSize
Specifies the application content size should be scaled to the
PageImageableSize preserving the aspect ratio. |
static PageScaling.PageScalingOption |
FitApplicationMediaSizeToPageImageableSize
Specifies the application media size should be scaled to the
PageImageableSize preserving the aspect ratio. |
static PageScaling.PageScalingOption |
FitApplicationMediaSizeToPageMediaSize
Specifies the application media size should be scaled to the
PageMediaSize preserving the aspect ratio. |
static PageScaling.PageScalingOption |
None
Specifies that no scaling should be applied.
|
getName
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
public static PageScaling.PageScalingOption Custom
Specifies a custom scaling should be applied to the Application Media Size.
public static PageScaling.PageScalingOption CustomSquare
Specifies a custom square scaling should be applied to the Application Media Size.
public static PageScaling.PageScalingOption FitApplicationBleedSizeToPageImageableSize
Specifies the application bleed size should be scaled to the
PageImageableSize
preserving the aspect ratio.
public static PageScaling.PageScalingOption FitApplicationContentSizeToPageImageableSize
Specifies the application content size should be scaled to the
PageImageableSize
preserving the aspect ratio.
public static PageScaling.PageScalingOption FitApplicationMediaSizeToPageImageableSize
Specifies the application media size should be scaled to the
PageImageableSize
preserving the aspect ratio.
public static PageScaling.PageScalingOption FitApplicationMediaSizeToPageMediaSize
Specifies the application media size should be scaled to the
PageMediaSize
preserving the aspect ratio.
public static PageScaling.PageScalingOption None
Specifies that no scaling should be applied.
Copyright © 2022 Aspose. All Rights Reserved.