pdfrx_web
    Preparing search index...

    Interface PdfFormFieldOption

    One selectable option of a combo box or list box. Choice-field option arrays are specified by ISO 32000-2:2020, 12.7.5.4, Table 234.

    interface PdfFormFieldOption {
        label: string;
        selected: boolean;
    }
    Index
    label: string
    selected: boolean