Represents collection of the Pdf fields.
Namespace: Spire.Pdf.FieldsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public class PdfFieldCollection : PdfCollection, [T:sprᝰ]
Public Class PdfFieldCollection Inherits PdfCollection Implements [T:sprᝰ]
public ref class PdfFieldCollection : public PdfCollection, [T:sprᝰ]
type PdfFieldCollection = class inherit PdfCollection interface [T:sprᝰ] end
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| PdfFieldCollection()()()() |
Initializes a new instance of the class.
| |
| Add(PdfField) |
Adds the specified field.
| |
| Clear()()()() |
Clears the form field collection.
| |
| Contains(PdfField) |
Determines whether field is contained within the collection.
| |
| Count |
Gets number of the elements in the collection.
(Inherited from PdfCollection.) | |
| DoAdd(PdfField) | ||
| DoClear()()()() | ||
| DoInsert(Int32, PdfField) | ||
| DoRemove(PdfField) | ||
| DoRemoveAt(Int32) | ||
| Equals(Object) |
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.) | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetEnumerator()()()() |
Returns an enumerator that iterates through a collection.
(Inherited from PdfCollection.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IndexOf(PdfField) |
Gets the index of the field.
| |
| Insert(Int32, PdfField) |
Inserts the the field at the specified index.
| |
| Item[([( Int32])]) |
Gets the at the specified index.
| |
| Item[([( String])]) |
Gets the with thier field name.
| |
| List |
Gets internal list of the collection.
(Inherited from PdfCollection.) | |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Remove(PdfField) |
Removes the specified field in the collection.
| |
| RemoveAt(Int32) |
Removes field at the specified position.
| |
| ToString()()()() |
Returns a String that represents the current Object.
(Inherited from Object.) |
Inheritance Hierarchy
System..::..Object
Spire.Pdf..::..PdfCollection
Spire.Pdf.Fields..::..PdfFieldCollection
Spire.Pdf.Fields..::..PdfFormFieldCollection
Spire.Pdf.Widget..::..PdfFormFieldWidgetCollection
Spire.Pdf..::..PdfCollection
Spire.Pdf.Fields..::..PdfFieldCollection
Spire.Pdf.Fields..::..PdfFormFieldCollection
Spire.Pdf.Widget..::..PdfFormFieldWidgetCollection