Click or drag to resize
Pdf Library for .NET

PdfFormFieldsCollectionItem(Int32) Property

Gets the PdfFormField at the specified index.

Namespace: SelectPdf
Assembly: Select.Pdf (in Select.Pdf.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