<kendo:propertyGrid-pdf-margin>
Specifies the margins of the page and accepts numbers or strings with units.The supported units are: mm; cm; in or (Default) pt.
Example
<kendo:propertyGrid-pdf>
<kendo:propertyGrid-pdf-margin></kendo:propertyGrid-pdf-margin>
</kendo:propertyGrid-pdf>
Configuration Attributes
bottom java.lang.Object
The bottom margin. Numbers are considered as pt units.
Example
<kendo:propertyGrid-pdf-margin bottom="bottom">
</kendo:propertyGrid-pdf-margin>
left java.lang.Object
The left margin. Numbers are considered as pt units.
Example
<kendo:propertyGrid-pdf-margin left="left">
</kendo:propertyGrid-pdf-margin>
right java.lang.Object
The right margin. Numbers are considered as pt units.
Example
<kendo:propertyGrid-pdf-margin right="right">
</kendo:propertyGrid-pdf-margin>
top java.lang.Object
The top margin. Numbers are considered as pt units.
Example
<kendo:propertyGrid-pdf-margin top="top">
</kendo:propertyGrid-pdf-margin>