SMART datagrid v.1 >  Reporting >  Classes >  PrintOptions
DLReport.PrintOptions.paperMarginBottom  property
The bottom margins of the 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 "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