Fields Class From ABCpdf .net previous page next page Fields Class A class encapsulating a collection of Fields. System.Object WebSupergoo.ABCpdf10.Objects.Fields Implements: IList<Field>, ICollection<Field>, IEnumerable<Field>, IList, ICollection, IEnumerable Method Description CopyTo Copies the items into a collection. Add Add an item to the end of the collection. Clear Removes all items from the collection. Contains Determines whether the collection contains a specific item. IndexOf Determines the index of a specific item. Insert Inserts an item into the collection at the specified position. Remove Removes an item from the collection. RemoveAt Removes an item at a specified position from the collection. GetEnumerator Gets an enumerator for the Collection. Property Description Count The number of items in the collection. Item Get or set the item at the specified index. previous page start next page