SMART datagrid v.1 > Reporting > Classes > PrintOptions
DLReport.PrintOptions.paperHeight property
The height of printing paper.
It can be specified as a string which contains numbers or "in", "mm", "cm" "px" units. If do not specify the unit, it will be considered as pixel.
Defaults to "297mm".
- Getter
- function paperHeight(): String|Number|PrintDimension
- Setter
- function setPaperHeight(value: PrintDimension)
- See Also
- paperWidth
- paperMarginLeft
- paperMarginRight
- paperMarginTop
- paperMarginBottom
- preview
- Print Dimension
- Examples
- Hello Report