PdfFieldCollection Class |
Namespace: Spire.Pdf.Fields
The PdfFieldCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() |
PdfFieldCollection |
Initializes a new instance of theclass.
|
Name | Description | |
---|---|---|
![]() |
Count |
Gets number of the elements in the collection.
(Inherited from
PdfCollection
.)
|
![]() |
Item Int32 |
Gets theat the specified index.
|
![]() |
Item String |
Gets thewith thier field name.
|
![]() |
List |
Gets internal list of the collection.
(Inherited from
PdfCollection
.)
|
Name | Description | |
---|---|---|
![]() |
Add |
Adds the specified field.
|
![]() |
Clear |
Clears the form field collection.
|
![]() |
Contains |
Determines whether field is contained within the collection.
|
![]() |
DoAdd |
Adds a field to collection.
|
![]() |
DoClear |
Clears the collection.
|
![]() |
DoInsert |
Inserts a filed into collection.
|
![]() |
DoRemove |
Removes the field from collection.
|
![]() |
DoRemoveAt |
Removes the field at the specified position.
|
![]() |
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from
Object
.)
|
![]() |
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
Object
.)
|
![]() |
GetEnumerator |
Returns an enumerator that iterates through a collection.
(Inherited from
PdfCollection
.)
|
![]() |
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
![]() |
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
![]() |
IndexOf |
Gets the index of the field.
|
![]() |
Insert |
Inserts the the field at the specified index.
|
![]() |
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
![]() |
Remove |
Removes the specified field in the collection.
|
![]() |
RemoveAt |
Removes field at the specified position.
|
![]() |
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|