pdfrx_web
    Preparing search index...

    Type Alias PdfFormFieldType

    PdfFormFieldType:
        | "unknown"
        | "pushButton"
        | "checkBox"
        | "radioButton"
        | "comboBox"
        | "listBox"
        | "textField"
        | "signature"

    Kind of an AcroForm field, mapped from PDFium's FPDF_FORMFIELD_* codes. The corresponding PDF field types are specified by ISO 32000-2:2020, 12.7.5 ("Field types").