pdfrx_web
    Preparing search index...

    Interface PageGeometry

    The geometry of a page needed for coordinate conversions.

    width/height are the visual (already rotation-applied) page size in points. rotation is the page's own rotation in 90-degree steps (0-3).

    interface PageGeometry {
        height: number;
        rotation: number;
        width: number;
    }
    Index
    height: number
    rotation: number
    width: number