pdfrx_web
    Preparing search index...

    Type Alias FitMode

    FitMode: "page" | "width" | "height"

    How a page is scaled to fit the viewport.

    • 'page' — fit the entire page (both width and height are contained).
    • 'width' — the page width fills the viewport width.
    • 'height' — the page height fills the viewport height.