Skip to main content
Version: Next

PDFOptions.margin property

Set the PDF margins.

Signature:

interface PDFOptions {
margin?: PDFMargin;
}