pdfrx_web
    Preparing search index...

    Interface PdfPageArrangementEntry

    A position-independent description of one page in a local arrangement.

    interface PdfPageArrangementEntry {
        rotation: PdfPageRotation;
        sourceKey: string;
        sourcePageIndex: number;
    }
    Index
    rotation: PdfPageRotation

    Effective clockwise rotation.

    sourceKey: string

    Physical source identity within the current engine process. Not a persistent/session id.

    sourcePageIndex: number

    Source page index in its owning PDF, zero-based.