PdfFormFieldWidgetCollection Class |
Namespace: Spire.Pdf.Widget
The PdfFormFieldWidgetCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
PdfFormFieldWidgetCollection |
Initializes a new instance of the
PdfFormFieldWidgetCollection
class
|
| Name | Description | |
|---|---|---|
|
|
Count |
Gets number of the elements in the collection.
(Inherited from
PdfCollection
.)
|
|
|
FieldNames |
Field Signature Names
|
|
|
FormWidget |
Gets or sets the form.
|
|
|
Item Int32 |
Gets theat the specified index.
(Overrides
PdfFieldCollection
Item
Int32
.)
|
|
|
Item String |
Returns field with specified name.
|
|
|
List |
Gets internal list of the collection.
(Inherited from
PdfCollection
.)
|
| Name | Description | |
|---|---|---|
|
|
Add |
Adds the specified field.
(Inherited from
PdfFieldCollection
.)
|
|
|
Clear |
Clears the form field collection.
(Inherited from
PdfFieldCollection
.)
|
|
|
Contains |
Determines whether field is contained within the collection.
(Inherited from
PdfFieldCollection
.)
|
|
|
DoAdd | (Overrides PdfFieldCollection DoAdd(PdfField) .) |
|
|
DoClear | (Overrides PdfFieldCollection DoClear .) |
|
|
DoInsert | (Overrides PdfFieldCollection DoInsert(Int32, PdfField) .) |
|
|
DoRemove | (Overrides PdfFieldCollection DoRemove(PdfField) .) |
|
|
DoRemoveAt | (Overrides PdfFieldCollection DoRemoveAt(Int32) .) |
|
|
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
.)
|
|
|
GetFieldNameByExportValue |
Get FieldName from FormWidget by exportValue
|
|
|
GetFieldsByExportValue |
Get Fields from FormWidget by exportValue
|
|
|
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.
(Inherited from
PdfFieldCollection
.)
|
|
|
Insert |
Inserts the the field at the specified index.
(Inherited from
PdfFieldCollection
.)
|
|
|
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
|
|
Remove |
Removes the specified field in the collection.
(Inherited from
PdfFieldCollection
.)
|
|
|
RemoveAt |
Removes field at the specified position.
(Inherited from
PdfFieldCollection
.)
|
|
|
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|