pdfrx_web
    Preparing search index...

    Interface PageConversionOptions

    Options controlling a PDF-page-space <-> view-space conversion.

    interface PageConversionOptions {
        page: PageGeometry;
        rotation?: number;
        scaledPageSize?: Size;
    }
    Index

    The page whose coordinate space is being converted.

    rotation?: number

    Rotation override (0-3); defaults to page.rotation.

    scaledPageSize?: Size

    Scaled page size in view coordinates; defaults to the page size in points.