PageSize class

PageSize class

Contains information about page size for the generated images.

The PageSize type exposes the following members:

Constructors

ConstructorDescription
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

PropertyDescription
widthGets or sets the page width in points for the the generated images.
heightGets or sets the page height in points for the the generated images.
paper_size_formatGets or sets the paper size format for the generated images.
Can be PaperSizeFormat.

See Also