Skip to main content
Version: 19.5.2

PDFOptions.omitBackground property

Hides default white background and allows generating pdfs with transparency.

Signature:

interface PDFOptions {
omitBackground?: boolean;
}

Default value:

false