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

    Type Alias DestinationFitBHProperties

    DestinationFitBHProperties: DestinationPropertiesBase & {
        top?: number;
        type: "fitbh";
    }

    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 its bounding box within the window. A null value for top specifies that the current value of that parameter is to be retained unchanged.

    Type Declaration