Class FormFieldCollection
Observable collection of form fields
Inheritance
System.Object
FormFieldCollection
Implements
System.Collections.Generic.ICollection<
IFormField>
System.Collections.Generic.IEnumerable<
IFormField>
System.Collections.IEnumerable
Assembly: IronPdf.dll
public class FormFieldCollection : ObservableCollection<IFormField>, IFormFieldCollection, IList<IFormField>, ICollection<IFormField>, IEnumerable<IFormField>, IEnumerable
Properties
Declaration
public bool IsReadOnly { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
Methods
Declaration
public void Add(IFormField item)
Parameters
Declaration
Find a form field with the specified name. First tries to match a fully-qualified name. If a fully-qualified match cannot be found, then partial name matches are tried.
Declaration
public IFormField FindFormField(string Name)
Parameters
| Type |
Name |
Description |
| System.String |
Name |
Form field name
|
Returns
| Type |
Description |
| IFormField |
Form field with the specified name
|
Declaration
public override int GetHashCode()
Returns
| Type |
Description |
| System.Int32 |
|
Declaration
public bool Remove(IFormField item)
Parameters
Returns
| Type |
Description |
| System.Boolean |
|
Declaration
public void RemoveAt(int index)
Parameters
| Type |
Name |
Description |
| System.Int32 |
index |
|
Implements
System.Collections.Generic.IList<>
System.Collections.Generic.ICollection<>
System.Collections.Generic.IEnumerable<>
System.Collections.IEnumerable