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

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

Indexable

  • [key: string]: any

Properties

Properties

isHex?: boolean

字符串是否为十六进制(可选)。

str: string

要设置的字符串。