pdfrx_web
    Preparing search index...

    Type Alias PdfAnnotationRenderingMode

    PdfAnnotationRenderingMode:
        | "none"
        | "annotation"
        | "annotationAndForms"
        | "formsOnly"

    Whether/how annotations are drawn when rendering a page.

    • none — draw neither annotations nor form widgets.
    • annotation — draw annotations (and static widget appearances).
    • annotationAndForms — draw annotations plus interactive form widgets.
    • formsOnly — draw interactive form widgets but not other annotations; used by the viewer when annotations are shown through the SVG overlay instead of the canvas.