PdfMargins.inches({num? top, num? bottom, num? left, num? right}) : top = top ?? 0, bottom = bottom ?? 0, left = left ?? 0, right = right ?? 0;