FormElementOption interface¶
The FormElement interface represents a single form control for a given page. FormElements are currently support for static PDF documents.
FormElementOption::Name property | The Name property contains the display name for the option. |
FormElementOption::Selected property | The Selected property contains whether the option is the selected value in the dropdown or list box. |
FormElementOption::Value property | The Value property contains the value for the option. |