创建一个 PDFBoolean 选项。

interface Options {
    bool?: boolean;
    [key: string]: any;
}

Indexable

  • [key: string]: any

Properties

Properties

bool?: boolean

要设置的索引。