Type alias PageProps

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

Type declaration

  • pageNumber: number

    1-based page number

  • Optional rotation?: 0 | 90 | 180 | 270

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