pdf.margin.bottomNumber|String(default: 0)

The bottom margin. Numbers are considered as pt units.

Example

<div id="propertyGrid"></div>
<script>
$("#propertyGrid").kendoPropertyGrid({
    pdf: {
        fileName: "PropertyGrid.pdf",
        margin: {
            bottom: 30
        }
    },
    model: {
        foo: "bar",
        baz: 5
    }
});
</script>
In this article
pdf.margin.bottom
Not finding the help you need?
Contact Support