PdfPaddings constructor
Initializes a new instance of the PdfPaddings class.
Implementation
PdfPaddings({double? left, double? right, double? top, double? bottom}) {
_initialize(left, right, top, bottom);
}
Initializes a new instance of the PdfPaddings class.
PdfPaddings({double? left, double? right, double? top, double? bottom}) {
_initialize(left, right, top, bottom);
}