SizingType Enum
SizingType enumeration
Represents the enumeration of page sizing types.
public enum SizingType
Values
Name | Value | Description |
---|---|---|
FitContent | 0 | Changing given sizes of the page to fit the size of the content it contains. |
ScaleContent | 1 | Scaling a content size in accordance to the given size of the page. |
Contain | 2 | Fitting the content size to the page size while maintaining the preferred aspect ratio insofar as possible. |
Crop | 3 | Placing the content on page and crop everything that out of given page size. |
See Also
- namespace Aspose.Svg.Rendering
- assembly Aspose.SVG