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

    Type Alias DestinationFitRProperties

    DestinationFitRProperties: DestinationPropertiesBase & {
        bounds?: Rect;
        type: "fitr";
    }

    Display the page designated by DestinationPropertiesBase#page, with its contents magnified just enough to fit the rectangle specified by the coordinates left, bottom, right, and top entirely within the window both horizontally and vertically. If the required horizontal and vertical magnification factors are different, use the smaller of the two, centering the rectangle within the window in the other dimension.

    Type Declaration