pdfrx_web
    Preparing search index...

    Interface ViewTransform

    The view state: uniform scale + translation.

    interface ViewTransform {
        xZoomed: number;
        yZoomed: number;
        zoom: number;
    }

    Hierarchy (View Summary)

    Index
    xZoomed: number

    View-space x of the document origin, i.e. the post-zoom x translation.

    yZoomed: number

    View-space y of the document origin, i.e. the post-zoom y translation.

    zoom: number

    Uniform scale factor (view pixels per document unit).