PdfFormFieldsCollection Class

The PDF form fields collection

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public class PdfFormFieldsCollection : IEnumerable
Inheritance
Object    PdfFormFieldsCollection
Implements
IEnumerable

Properties

ItemInt32 Returns the form field at a given index in collection
ItemString Retrieves the first form field with the given name from collection

Methods

Add Adds a form field to collection
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetEnumerator Returns the collection enumerator
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
Remove Removes a form field from collection
ToString
(Inherited from Object)

See Also