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

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public class PdfFormFieldsCollection : IEnumerable
Visual Basic
Public Class PdfFormFieldsCollection
	Implements IEnumerable
Visual C++
public ref class PdfFormFieldsCollection : IEnumerable

Inheritance Hierarchy

System..::..Object
  EvoPdf..::..PdfFormFieldsCollection

See Also