Skip to contents

Returns a character vector of option labels, one per choice in a combobox / listbox field. Empty for non-choice fields. Wraps FPDFAnnot_GetOptionCount + FPDFAnnot_GetOptionLabel.

Usage

pdf_form_field_options(field)

Arguments

field

A pdfium_form_field handle from pdf_form_fields().

Value

Character vector (possibly empty).