Click or drag to resize

PdfFieldCollection Class

Collection of form field objects for use in a PdfDocument.
Inheritance Hierarchy
SystemObject
  RadPdf.Data.Document.ObjectsPdfObjectCollection
    RadPdf.Data.Document.Objects.FormFieldsPdfFieldCollection

Namespace:  RadPdf.Data.Document.Objects.FormFields
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public sealed class PdfFieldCollection : PdfObjectCollection, 
	ICollection<PdfField>, IEnumerable<PdfField>, IEnumerable

The PdfFieldCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Gets the number of elements contained in the PdfObjectCollection.
(Inherited from PdfObjectCollection.)
Public propertyIsReadOnly
Gets a value indicating whether the PdfObjectCollection is read-only.
(Inherited from PdfObjectCollection.)
Public propertyItem
Gets the PdfField at the specified index.
Public propertyCode exampleNeedAppearances
Gets or sets a value representing whether a PDF reader should construct appearance streams and appearance dictionaries for form fields in the document.
Top
Methods
  NameDescription
Public methodAdd(PdfField)
Adds a PdfField to the PdfFieldCollection.
Public methodAdd(PdfObject) (Inherited from PdfObjectCollection.)
Public methodClear
Removes all items from the PdfFieldCollection.
Public methodContains(PdfField)
Determines whether the PdfObjectCollection contains a specific PdfObject
Public methodContains(PdfObject)
Determines whether the PdfObjectCollection contains a specific PdfObject
(Inherited from PdfObjectCollection.)
Public methodCopyTo(PdfField, Int32)
Copies the elements of the PdfFieldCollection to an Array, starting at a particular Array index.
Public methodCopyTo(PdfObject, Int32)
Copies the elements of the PdfObjectCollection to an Array, starting at a particular Array index.
(Inherited from PdfObjectCollection.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodExists
Determines whether a PdfField with the specified name exists.
Public methodExportData
Export the form field data in this collection to a common PdfFieldDataFormat.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFind
Searches for the first PdfField with the specified name.
Public methodFindAll
Searches for all PdfFields with the specified name.
Public methodGetEnumerator
Returns an enumerator that iterates through a PdfFieldCollection.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Determines the index of a specific PdfObject in the PdfObjectCollection.
(Inherited from PdfObjectCollection.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove(PdfField)
Removes the first occurrence of a specific PdfField from the PdfFieldCollection.
Public methodRemove(PdfObject)
Removes the first occurrence of a specific PdfObject from the PdfObjectCollection.
(Inherited from PdfObjectCollection.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also