An optional PDF object associated with the document.

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

Indexable

  • [key: string]: any

Properties

Properties

str?: string

The string to be set.