pdfrx_web
    Preparing search index...

    Type Alias PdfAnnotationSubtype

    PdfAnnotationSubtype:
        | "link"
        | "text"
        | "freeText"
        | "line"
        | "square"
        | "circle"
        | "polygon"
        | "polyline"
        | "highlight"
        | "underline"
        | "squiggly"
        | "strikeout"
        | "stamp"
        | "caret"
        | "ink"
        | "unknown"

    PDF annotation subtype (/Subtype), lowercased; unknown for unmapped types. Standard annotation types are listed by ISO 32000-2:2020, 12.5.6, Table 171.