API Reference
Class
PdfFormFieldOption
AcroForm choice option used by generation and read from a field /Opt array.
Inheritance
- Object
- PdfFormFieldOption
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property PdfFormField.DefaultSelectedOptions
- Property PdfFormField.Options
- Property PdfFormField.SelectedOptions
Accepted by parameters
- Method PdfPageCanvas.ChoiceField
Constructors
public PdfFormFieldOption(String exportValue, String displayText) #Creates one choice option with separate export and display values.
Parameters
- exportValue System.String
- displayText System.String
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object