DsPdfJS API - v9.1.0
    Preparing search index...

    Class DestinationUnknown

    Represents a destination object in a format that is unsupported by DsPdfJS.

    Hierarchy (View Summary)

    Index

    Accessors

    Methods

    Accessors

    • get id(): number

      Gets the reference to the object.

      Returns number

    • get page(): PdfPage | null

      Gets this destination's target PdfPage object. Returns null if the target page was specified by index.

      Returns PdfPage | null

    • get pageIndex(): number | null

      Gets the index of this destination's target page. Returns null if the target page was specified as a PdfPage object.

      Note that if this property is not null, then any Y coordinate is relative to the bottom left corner (see Destination description for details).

      Returns number | null

    Methods