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

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

Indexable

  • [key: string]: any

Properties

Properties

str?: string

要设置的字符串。