Constructor Summary |
---|
PageSize(paperSizeFormat)
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. |
Property Getters/Setters Summary | ||
---|---|---|
function | getHeight() | |
function | setHeight(value) | |
Gets or sets the page height in points for the the generated images. | ||
function | getPaperSizeFormat() | |
function | setPaperSizeFormat(value) | |
Gets or sets the paper size format for the generated images.
Can be |
||
function | getWidth() | |
function | setWidth(value) | |
Gets or sets the page width in points for the the generated images. |
Constructor Detail |
---|
function PageSize(paperSizeFormat)
paperSizeFormat: Number
- A function PageSize(width, height)
width: Number
- Page width in points for the the generated images.height: Number
- Page height in points for the the generated images.Property Getters/Setters Detail |
---|
getWidth/setWidth : Number | |
function getWidth() / function setWidth(value) |
getHeight/setHeight : Number | |
function getHeight() / function setHeight(value) |
getPaperSizeFormat/setPaperSizeFormat : Number | |
function getPaperSizeFormat() / function setPaperSizeFormat(value) |