与文档关联的可选 PDF 对象。

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

Indexable

  • [key: string]: any

Properties

Properties

pdfObject?: PDFObjectType

与文档关联的 PDF 对象。