PageSize.PageSize

PageSize(PaperSizeFormat)

Initializes a new instance of this class that can be used to set page size for the generated images.

public PageSize(PaperSizeFormat paperSizeFormat)
ParameterTypeDescription
paperSizeFormatPaperSizeFormatCan be PaperSizeFormat.

See Also


PageSize(float, float)

Initializes a new instance of this class that can be used to set page size for the generated images.

public PageSize(float width, float height)
ParameterTypeDescription
widthSinglePage width in points for the the generated images.
heightSinglePage height in points for the the generated images.

See Also