Class PageSize

PageSize class

Contains information about page size for the generated images.

public class PageSize

Constructors

NameDescription
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

NameDescription
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