PageSize class

PageSize class

Contains information about page size for the generated images.

The PageSize type exposes the following members:

Constructors

Constructor Description
PageSize(paper_size_format) Initializes a new instance of this class that can be used to set page size for the generated images.
PageSize(width, height) Initializes a new instance of this class that can be used to set page size for the generated images.

Properties

Property Description
width Gets or sets the page width in points for the the generated images.
height Gets or sets the page height in points for the the generated images.
paper_size_format Gets or sets the paper size format for the generated images.
Can be PaperSizeFormat.

See Also