Represents field collection of loaded form.
Namespace: Spire.Pdf.WidgetAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public class PdfFormFieldWidgetCollection : PdfFieldCollection
Public Class PdfFormFieldWidgetCollection Inherits PdfFieldCollection
public ref class PdfFormFieldWidgetCollection : public PdfFieldCollection
type PdfFormFieldWidgetCollection = class inherit PdfFieldCollection end
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| PdfFormFieldWidgetCollection()()()() | Initializes a new instance of the PdfFormFieldWidgetCollection 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) |
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.) | |
| FieldNames |
Field Signature Names
| |
| 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.) | |
| FormWidget |
Gets or sets the form.
| |
| GetEnumerator()()()() |
Returns an enumerator that iterates through a collection.
(Inherited from PdfCollection.) | |
| GetFieldNameByExportValue(String) |
Get FieldName from FormWidget by exportValue
| |
| GetFieldsByExportValue(String) |
Get Fields from FormWidget by exportValue
| |
| 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.
(Overrides PdfFieldCollection..::..Item[([( Int32])]) .) | |
| Item[([( String])]) |
Returns field with specified 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.
(Inherited from PdfFieldCollection.) | |
| RemoveAt(Int32) |
Removes field at the specified position.
(Inherited from PdfFieldCollection.) | |
| 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.Widget..::..PdfFormFieldWidgetCollection
Spire.Pdf..::..PdfCollection
Spire.Pdf.Fields..::..PdfFieldCollection
Spire.Pdf.Widget..::..PdfFormFieldWidgetCollection