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)
Parameter Type Description
paperSizeFormat PaperSizeFormat Can 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)
Parameter Type Description
width Single Page width in points for the the generated images.
height Single Page height in points for the the generated images.

See Also