pdfrx_web
    Preparing search index...

    Type Alias PageOverlaysBuilder

    PageOverlaysBuilder: (
        info: PageOverlayInfo,
    ) => HTMLElement | HTMLElement[] | null | undefined

    Builds DOM overlays for a page (see PdfrxViewerOptions.pageOverlaysBuilder). Return one element, an array of elements, or null/undefined for none. The elements are positioned in page-point coordinates and follow the page as it pans and zooms.

    Type Declaration

      • (info: PageOverlayInfo): HTMLElement | HTMLElement[] | null | undefined
      • Parameters

        Returns HTMLElement | HTMLElement[] | null | undefined