PDFMarginComponent
Represents the Kendo UI PDFMargin component for Angular. Use this component to set the PDF page margins. Supported units are:
"mm"
"cm"
"in"
"pt"
(default)
When you provide only a number, the units default to points (pt
).
<kendo-grid>
<kendo-grid-pdf [allPages]="true" [delay]="100">
<kendo-grid-pdf-margin top="1cm" bottom="1cm" left="1cm" right="1cm"></kendo-grid-pdf-margin>
</kendo-grid-pdf>
</kendo-grid>
Selector
kendo-grid-pdf-margin
Inputs
Name | Type | Default | Description |
---|---|---|---|
bottom? |
|
|
Sets the bottom margin of the PDF page. Accepts a The supported units are |
left? |
|
|
Sets the left margin of the PDF page. Accepts a The supported units are |
right? |
|
|
Sets the right margin of the PDF page. Accepts a The supported units are |
top? |
|
|
Sets the top margin of the PDF page. Accepts a The supported units are |