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

    Type Alias DestinationFitHProperties

    DestinationFitHProperties: DestinationPropertiesBase & {
        top?: number;
        type: "fith";
    }

    Display the page designated by DestinationPropertiesBase#page, with the vertical coordinate top positioned at the top edge of the window and the contents of the page magnified just enough to fit the entire width of the page within the window. A null value for top specifies that the current value of that parameter is to be retained unchanged.

    Type Declaration