PageSize

PageSize class

Contains information about page size for the generated images.

public class PageSize

Constructors

Name Description
PageSize(PaperSizeFormat) Initializes a new instance of this class that can be used to set page size for the generated images.
PageSize(float, float) Initializes a new instance of this class that can be used to set page size for the generated images.

Properties

Name Description
Height { get; set; } Gets or sets the page height in points for the the generated images.
PaperSizeFormat { get; set; } Gets or sets the paper size format for the generated images. Can be PaperSizeFormat.
Width { get; set; } Gets or sets the page width in points for the the generated images.

See Also