Represents a collection of form fields.
Namespace: Spire.Pdf.FieldsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
public class PdfFormFieldCollection : PdfFieldCollection
Public Class PdfFormFieldCollection Inherits PdfFieldCollection
public ref class PdfFormFieldCollection : public PdfFieldCollection
type PdfFormFieldCollection = class inherit PdfFieldCollection end
Members
All Members | Constructors | Properties | Methods |
Public Protected | Instance Static | Declared Inherited | XNA Framework Only .NET Compact Framework Only |
Member | Description | |
---|---|---|
PdfFormFieldCollection()()()() |
Initializes a new instance of the class.
| |
Add(PdfField) |
Adds the specified field.
(Inherited from PdfFieldCollection.) | |
Clear()()()() |
Clears the form field collection.
(Inherited from PdfFieldCollection.) | |
Contains(PdfField) |
Determines whether field is contained within the collection.
(Inherited from PdfFieldCollection.) | |
Count |
Gets number of the elements in the collection.
(Inherited from PdfCollection.) | |
DoAdd(PdfField) | (Overrides PdfFieldCollection..::..DoAdd(PdfField).) | |
DoClear()()()() | (Overrides PdfFieldCollection..::..DoClear()()()().) | |
DoInsert(Int32, PdfField) | (Overrides PdfFieldCollection..::..DoInsert(Int32, PdfField).) | |
DoRemove(PdfField) | (Overrides PdfFieldCollection..::..DoRemove(PdfField).) | |
DoRemoveAt(Int32) | (Overrides PdfFieldCollection..::..DoRemoveAt(Int32).) | |
Equals(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.
(Inherited from PdfFieldCollection.) | |
Insert(Int32, PdfField) |
Inserts the the field at the specified index.
(Inherited from PdfFieldCollection.) | |
Item[([( Int32])]) |
Gets the at the specified index.
(Inherited from PdfFieldCollection.) | |
Item[([( String])]) |
Gets the with thier field name.
(Inherited from PdfFieldCollection.) | |
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.
(Inherited from PdfFieldCollection.) | |
RemoveAt(Int32) |
Removes field at the specified position.
(Inherited from PdfFieldCollection.) | |
ToString()()()() | (Inherited from Object.) |
Inheritance Hierarchy
System..::..Object
Spire.Pdf..::..PdfCollection
Spire.Pdf.Fields..::..PdfFieldCollection
Spire.Pdf.Fields..::..PdfFormFieldCollection
Spire.Pdf..::..PdfCollection
Spire.Pdf.Fields..::..PdfFieldCollection
Spire.Pdf.Fields..::..PdfFormFieldCollection