Create a PDFBoolean options.

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

Indexable

  • [key: string]: any

Properties

Properties

bool?: boolean

The index to be set.