Enum SizingType

Enum SizingType

Namespace: Aspose.Svg.Rendering
Assembly: Aspose.SVG.dll (25.5.0)

Represents the enumeration of page sizing types.

[ComVisible(true)]
public enum SizingType

Fields

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.

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.

 English