SMART datagrid v.1 > Reporting > Classes > PrintOptions

Back  Forward

DLReport.PrintOptions.paperMarginBottom  property

打印纸的下边距。 

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

默认值为"15mm".

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