pdfrx_web
    Preparing search index...

    Interface PageLayout

    Result of laying out the pages of a document.

    interface PageLayout {
        documentSize: Size;
        pageLayouts: Rect[];
    }
    Index
    documentSize: Size

    Total size of the laid-out document (all pages plus surrounding/between margins).

    pageLayouts: Rect[]

    Laid-out rect of each page in document coordinates (y-down), indexed by 0-based page order.