PDFMarginProps
Interface
Represents the props of the KendoReact PDFMargin component.
Definition
Package:@progress/kendo-react-pdf
Properties
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").