SMART datagrid v.1 > Reporting > Classes > PrintOptions

Back  Forward

DLReport.PrintOptions.paperHeight  property

打印纸的高度。 

可以指定为包含数字或"in"、"mm"、"cm"、"px"等单位的字符串。如果没有指定单位,就会看作是pixel。 

默认值为"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