SMART datagrid v.1 > Reporting > Classes > PrintOptions

Back  Forward

DLReport.PrintOptions.paperWidth  property

打印纸的宽度。 

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

默认值为"210mm".

Getter
function paperWidth(): String|Number|PrintDimension
Setter
function setPaperWidth(value: PrintDimension)
See Also
paperHeight
paperMarginLeft
paperMarginRight
paperMarginTop
paperMarginBottom
preview
Print Dimension
Examples
Hello Report