An optional PDF object associated with the document.

const options = {
pdfObject: pdfObject,
key: value
};
interface Options {
    pdfObject?: PDFObjectType;
    [key: string]: any;
}

Indexable

  • [key: string]: any

Properties

Properties

pdfObject?: PDFObjectType

The PDF object associated with the document.