Interface IFormFieldCollection
Namespace: IronSoftware.Forms
Assembly: IronPdf.dll
Syntax
public interface IFormFieldCollection : IList<IFormField>, ICollection<IFormField>, IEnumerable<IFormField>, IEnumerable
Methods
FindFormField(String)
Declaration
IFormField FindFormField(string Name)
Parameters
Type | Name | Description |
---|---|---|
System.String | Name |
Returns
Type | Description |
---|---|
IFormField |