Click or drag to resize

PdfFieldCollections Class

Represents a collection of fields in document
Inheritance Hierarchy
SystemObject
  Patagames.Pdf.NetPdfFieldCollections

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax
public class PdfFieldCollections : IReadOnlyList<PdfField>, 
	IEnumerable<PdfField>, IEnumerable, ICollection<PdfField>

The PdfFieldCollections type exposes the following members.

Properties
 NameDescription
Public propertyCount Gets the number of PdfField contained in the collection.
Public propertyIsReadOnly Gets a value indicating whether the collection is read-only.
Public propertyItemInt32 Gets the PdfField at the specified index
Public propertyItemString Gets the PdfField with the specified name
Top
Methods
 NameDescription
Public methodAdd Adds a form field to the PdfFieldCollections.
Public methodClear Removes all items from the PdfFieldCollections.
Public methodContains Determines whether the collection contains a specific PdfField.
Public methodCopyTo Copies the elements of the collections to an System.Array, starting at a particular System.Array index.
Public methodFind Searches for an element that matches the conditions defined by the specified predicate, and returns the first occurrence within the entire System.Collections.Generic.List`1.
Public methodGetByHandle Search collection for the field with the specified handle.
Public methodGetEnumerator Returns an enumerator that iterates through the collection.
Public methodGetFieldByDict Search collection for the field with the specified dictionary.
Public methodIndexOf Determines the index of a specific PdfField in the collection.
Public methodRemove Removes the first occurrence of a specific form field from the PdfFieldCollections
Top
See Also