SizingType enumeration

SizingType enumeration

Represents the enumeration of page sizing types.

The SizingType type exposes the following members:

Fields

FieldDescription
FIT_CONTENTChanging given sizes of the page to fit the size of the content it contains.
SCALE_CONTENTScaling a content size in accordance to the given size of the page.
CONTAINFitting the content size to the page size while maintaining the preferred aspect ratio insofar as possible.
CROPPlacing the content on page and crop everything that out of given page size.

See Also