New to Kendo UI for AngularStart a free 30-day trial

PDFMarginComponent

Updated on Jun 19, 2025

Represents the Kendo UI PDFMargin component for Angular. The supported units are "mm", "cm", "in", and "pt" (default). Numbers are considered to be points ("pt").

html
<kendo-treelist>
  <kendo-treelist-pdf [allPages]="true" [delay]="100">
    <kendo-treelist-pdf-margin top="1cm" bottom="1cm" left="1cm" right="1cm"></kendo-treelist-pdf-margin>
  </kendo-treelist-pdf>
</kendo-treelist>

Selector

kendo-treelist-pdf-margin

Inputs

NameTypeDefaultDescription

bottom?

string | number

"pt"

Sets the bottom margin of the PDF page. Accepts a number or string value.

The supported units are "mm", "cm", "in", and "pt". Numbers use points ("pt").

left?

string | number

"pt"

Sets the left margin of the PDF page. Accepts a number or string value.

The supported units are "mm", "cm", "in", and "pt". Numbers use points ("pt").

string | number

"pt"

Sets the right margin of the PDF page. Accepts a number or string value.

The supported units are "mm", "cm", "in", and "pt". Numbers use points ("pt").

top?

string | number

"pt"

Sets the top margin of the PDF page. Accepts a number or string value.

The supported units are "mm", "cm", "in", and "pt". Numbers use points ("pt").

In this article
SelectorInputs
Not finding the help you need?
Contact Support