Interface ICheckableFormField
Inherited Members
Namespace: IronSoftware.Forms
Assembly: IronPdf.dll
Syntax
public interface ICheckableFormField : IFormField, IFormFieldObject, IFormFieldAnnotationObject, IPdfDocumentObject
Properties
SelectedIndex
Declaration
int SelectedIndex { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Methods
Clear()
Declaration
void Clear()
Select(Int32)
Declaration
string Select(int index = -1)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | index |
Returns
| Type | Description |
|---|---|
| System.String |