PdfFieldCollection Class |
Namespace: RadPdf.Data.Document.Objects.FormFields
The PdfFieldCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| Count |
Gets the number of elements contained in the PdfObjectCollection.
(Inherited from PdfObjectCollection.) | |
| IsReadOnly |
Gets a value indicating whether the PdfObjectCollection is read-only.
(Inherited from PdfObjectCollection.) | |
| Item |
Gets the PdfField at the specified index.
| |
| NeedAppearances |
Gets or sets a value representing whether a PDF reader should construct appearance streams and appearance dictionaries for form fields in the document.
|
| Name | Description | |
|---|---|---|
| Add(PdfField) |
Adds a PdfField to the PdfFieldCollection.
| |
| Add(PdfObject) |
Adds a PdfObject to the PdfObjectCollection.
(Inherited from PdfObjectCollection.) | |
| Clear |
Removes all items from the PdfFieldCollection.
| |
| Contains(PdfField) |
Determines whether the PdfObjectCollection contains a specific PdfObject | |
| Contains(PdfObject) |
Determines whether the PdfObjectCollection contains a specific PdfObject (Inherited from PdfObjectCollection.) | |
| CopyTo(PdfField, Int32) |
Copies the elements of the PdfFieldCollection to an Array, starting at a particular Array index.
| |
| CopyTo(PdfObject, Int32) |
Copies the elements of the PdfObjectCollection to an Array, starting at a particular Array index.
(Inherited from PdfObjectCollection.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Exists |
Determines whether a PdfField with the specified name exists.
| |
| ExportData |
Export the form field data in this collection to a common PdfFieldDataFormat.
| |
| Find |
Searches for the first PdfField with the specified name.
| |
| FindAll |
Searches for all PdfFields with the specified name.
| |
| GetEnumerator |
Returns an enumerator that iterates through a PdfFieldCollection.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IndexOf |
Determines the index of a specific PdfObject in the PdfObjectCollection.
(Inherited from PdfObjectCollection.) | |
| Remove(PdfField) |
Removes the first occurrence of a specific PdfField from the PdfFieldCollection.
| |
| Remove(PdfObject) |
Removes the first occurrence of a specific PdfObject from the PdfObjectCollection.
(Inherited from PdfObjectCollection.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |