Class FormFieldCollection
Inheritance
System.Object
FormFieldCollection
Implements
System.Collections.Generic.IList<IFormField>
System.Collections.Generic.ICollection<IFormField>
System.Collections.Generic.IEnumerable<IFormField>
System.Collections.IEnumerable
Namespace: IronSoftware
Assembly: IronPdf.dll
Syntax
public class FormFieldCollection : ObservableCollection<IFormField>, IFormFieldCollection, IList<IFormField>, ICollection<IFormField>, IEnumerable<IFormField>, IEnumerable
Properties
IsReadOnly
Declaration
public bool IsReadOnly { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Add(IFormField)
Declaration
public void Add(IFormField item)
Parameters
Type | Name | Description |
---|---|---|
IFormField | item |
Clear()
Declaration
public void Clear()
FindFormField(String)
Declaration
public IFormField FindFormField(string Name)
Parameters
Type | Name | Description |
---|---|---|
System.String | Name |
Returns
Type | Description |
---|---|
IFormField |
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
System.Int32 |
Remove(IFormField)
Declaration
public bool Remove(IFormField item)
Parameters
Type | Name | Description |
---|---|---|
IFormField | item |
Returns
Type | Description |
---|---|
System.Boolean |
RemoveAt(Int32)
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