Click or drag to resize
Pdf Library for .NET

PdfFormFieldsCollectionItem(Int32) Property

Gets the PdfFormField at the specified index.

Namespace: SelectPdf.Forms
Assembly: Select.Pdf.Extras (in Select.Pdf.Extras.dll) Version: 26.2
Syntax
public virtual PdfFormField this[
	int index
] { get; }

Parameters

index  Int32
Element index in the collection.

Property Value

PdfFormField
Remarks
The property is read-only.
See Also