Click or drag to resize

PdfFormFieldWidgetCollection Class

Represents field collection of loaded form.
Inheritance Hierarchy
System Object
Spire.Pdf PdfCollection
Spire.Pdf.Fields PdfFieldCollection
Spire.Pdf.Widget PdfFormFieldWidgetCollection

Namespace: Spire.Pdf.Widget
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public class PdfFormFieldWidgetCollection : PdfFieldCollection

The PdfFormFieldWidgetCollection type exposes the following members.

Constructors
Name Description
Public method PdfFormFieldWidgetCollection
Initializes a new instance of the PdfFormFieldWidgetCollection class
Top
Properties
Methods
Name Description
Public method Add
Adds the specified field.
(Inherited from PdfFieldCollection .)
Public method Clear
Clears the form field collection.
(Inherited from PdfFieldCollection .)
Public method Contains
Determines whether field is contained within the collection.
(Inherited from PdfFieldCollection .)
Protected method DoAdd (Overrides PdfFieldCollection DoAdd(PdfField) .)
Protected method DoClear (Overrides PdfFieldCollection DoClear .)
Protected method DoInsert (Overrides PdfFieldCollection DoInsert(Int32, PdfField) .)
Protected method DoRemove (Overrides PdfFieldCollection DoRemove(PdfField) .)
Protected method DoRemoveAt (Overrides PdfFieldCollection DoRemoveAt(Int32) .)
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object .)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public method GetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from PdfCollection .)
Public method GetFieldNameByExportValue
Get FieldName from FormWidget by exportValue
Public method GetFieldsByExportValue
Get Fields from FormWidget by exportValue
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Public method IndexOf
Gets the index of the field.
(Inherited from PdfFieldCollection .)
Public method Insert
Inserts the the field at the specified index.
(Inherited from PdfFieldCollection .)
Protected method MemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public method Remove
Removes the specified field in the collection.
(Inherited from PdfFieldCollection .)
Public method RemoveAt
Removes field at the specified position.
(Inherited from PdfFieldCollection .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
See Also