pdfrx_web
    Preparing search index...

    Interface PagePlacementSource

    Immutable identity of the PDF page content used by a placement.

    interface PagePlacementSource {
        documentId: string;
        pageIndex: number;
    }
    Index
    documentId: string

    Application/session identity of an uploaded source PDF.

    pageIndex: number

    Zero-based physical page index in the source PDF.