PDFMarginProps
Represents the props of the KendoReact PDFMargin component.
bottom? number | string
The bottom margin.
The supported units are:
"mm"
"cm"
"in"
"pt"
(default).
Numbers are considered to be points (
"pt"
).
left? number | string
The bottom margin.
The supported units are:
"mm"
"cm"
"in"
"pt"
(default).
Numbers are considered to be points (
"pt"
).
right? number | string
The right margin.
The supported units are:
"mm"
"cm"
"in"
"pt"
(default).
Numbers are considered to be points (
"pt"
).
top? number | string
The top margin.
The supported units are:
"mm"
"cm"
"in"
"pt"
(default).
Numbers are considered to be points (
"pt"
).