SMART datagrid v.1 > Reporting > Classes > PrintOptions

Back  Forward

DLReport.PrintOptions.paperMarginLeft  property

打印纸的左边距。 

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

默认值为"12mm".

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