Options for creating a PDF destination.

interface Options {
    pdfObject: PDFObjectType;
    [key: string]: any;
}

Indexable

  • [key: string]: any

Properties

Properties

pdfObject: PDFObjectType

The PDF object of the destination.