1. GroupDocs.Editor
  2. /
  3. GroupDocs.Editor for .NET
  4. /
  5. GroupDocs.Editor.Words.FieldManagement
  6. /
  7. FormFieldCollection

FormFieldCollection

FormFieldCollection class

Represents a collection of form fields.

public sealed class FormFieldCollection : IEnumerable<IFormField>

Constructors

Name Description
FormFieldCollection() Initializes a new instance of the FormFieldCollection class.

Properties

Name Description
Item { get; } Gets the form field with the specified name.

Methods

Name Description
GetEnumerator() Returns an enumerator that iterates through the collection.
GetFormField<T>(string) Gets the form field with the specified name and type.

See Also