Click or drag to resize

FormFieldDataCollection Class

Represents a collection of FormFieldData instances associated with form fields from a particular part of document content.
Inheritance Hierarchy
SystemObject
  SautinSoft.DocumentFormFieldDataCollection

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.1.24
Syntax
public sealed class FormFieldDataCollection : IEnumerable<FormFieldData>, 
	IEnumerable

The FormFieldDataCollection type exposes the following members.

Properties
 NameDescription
Public propertyItem Gets the FormFieldData associated with the form field with the specified name or if no form field with the specified name exists in the current range.
Top
Methods
 NameDescription
Public methodGetAll Gets all FormFieldData instances associated with form fields with the specified name.
Public methodGetEnumerator Returns an enumerator that iterates through a collection.
Public methodReset Resets all form fields contained in this collection.
Top
See Also