The TextFieldCollectionBase class is the base class of the TextFieldCollection, HypertextLinkCollection, DocumentLinkCollection, PageNumberFieldCollection, ApplicationFieldCollection and FormFieldCollection classes. It implements their base functionality. The TextFieldCollectionBase class implements the IEnumerable and the ICollection interface.

Syntax

public abstract class TextFieldCollectionBase: ICollection, IEnumerable
Public MustInherit Class TextFieldCollectionBase
  Implements ICollection
  Implements IEnumerable

Methods

Method Description
GetEnumerator Returns an enumerator that can be used to iterate through the collection.

Properties

Property Description
CanAdd Gets a value indicating whether a new text field can be inserted at the current input position.
Count Gets the number of elements contained in the collection.
IsSynchronized Returns true if the collection is designed to be thread safe, otherwise, it returns false.
SyncRoot Gets an object that can be used to synchronize access to the collection.