SizingType enumeration
SizingType enumeration
Represents the enumeration of page sizing types.
The SizingType type exposes the following members:
Fields
Field | Description |
---|---|
FIT_CONTENT | Changing given sizes of the page to fit the size of the content it contains. |
SCALE_CONTENT | Scaling a content size in accordance to the given size of the page. |
CONTAIN | Fitting the content size to the page size while maintaining the preferred aspect ratio insofar as possible. |
CROP | Placing the content on page and crop everything that out of given page size. |
See Also
- module
aspose.svg.rendering