SizingType Enum

SizingType enumeration

Represents the enumeration of page sizing types.

public enum SizingType

Values

NameValueDescription
FitContent0Changing given sizes of the page to fit the size of the content it contains.
ScaleContent1Scaling a content size in accordance to the given size of the page.
Contain2Fitting the content size to the page size while maintaining the preferred aspect ratio insofar as possible.
Crop3Placing the content on page and crop everything that out of given page size.

See Also