Click or drag to resize
Pdf Library for .NET

PdfFormFieldsCollection Class

Represents the collection of pdf form fields.
Inheritance Hierarchy
SystemObject
  SelectPdf.FormsPdfFormFieldsCollection

Namespace: SelectPdf.Forms
Assembly: Select.Pdf.Extras (in Select.Pdf.Extras.dll) Version: 26.2
Syntax
public class PdfFormFieldsCollection

The PdfFormFieldsCollection type exposes the following members.

Constructors
 NameDescription
Public methodPdfFormFieldsCollection Initializes a new instance of the PdfFormFieldsCollection class.
Top
Properties
 NameDescription
Public propertyCount Gets number of the elements in the collection.
Public propertyItemInt32 Gets the PdfFormField at the specified index.
Public propertyItemString Gets the PdfFormField with the specified name.
Top
See Also