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

    Type Alias DestinationRefProperties

    Defines destination as reference to another destination, referenced destination can be in Dests dictionary of PDF document or in Dests subtree of Name Tree.

    type DestinationRefProperties = {
        name: string;
        nameTree?: boolean;
    }
    Index

    Properties

    Properties

    name: string

    The name of referenced destination in the Dests dictionary of PDF document.

    nameTree?: boolean

    Indicates whether this DestinationRefProperties references destination in Dests dictionary of PDF document or in Dests subtree of document's Name Tree.