PdfFormFieldsCollection Class

This class represents a collection of fields in the PDF form of a PDF document

Definition

Namespace: EvoPdf
Assembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
C#
public class PdfFormFieldsCollection : IEnumerable
Inheritance
Object    PdfFormFieldsCollection
Implements
IEnumerable

Properties

ItemInt32 Gets the form field at a given index in collection
ItemString Gets 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 Gets the collection enumerator
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
Remove Removes a given form field from collection
ToString
(Inherited from Object)

See Also