PDFMarginProps

Represents the props of the KendoReact PDFMargin component.

NameTypeDefaultDescription

bottom?

string | number

The bottom margin.

The supported units are:

  • "mm"
  • "cm"
  • "in"
  • "pt" (default).

Numbers are considered to be points ("pt").

left?

string | number

The bottom margin.

The supported units are:

  • "mm"
  • "cm"
  • "in"
  • "pt" (default).

Numbers are considered to be points ("pt").

right?

string | number

The right margin.

The supported units are:

  • "mm"
  • "cm"
  • "in"
  • "pt" (default).

Numbers are considered to be points ("pt").

top?

string | number

The top margin.

The supported units are:

  • "mm"
  • "cm"
  • "in"
  • "pt" (default).

Numbers are considered to be points ("pt").

In this article

Not finding the help you need?