StructureOutputJson
    Preparing search index...

    Type Alias PageProps

    type PageProps = {
        pageNumber: number;
        rotation?: 0 | 90 | 180 | 270;
    }
    Index

    Properties

    pageNumber: number

    1-based page number

    rotation?: 0 | 90 | 180 | 270

    clockwise page rotation in degrees. All coordinates are within the rotated space (and so appear to be unrotated).