Click or drag to resize
Pdf Library for .NET

PdfFormFieldsCollectionItem Property (Int32)

Gets the PdfFormField at the specified index.

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

Parameters

index
Type: SystemInt32
Element index in the collection.

Property Value

Type: PdfFormField
Remarks
The property is read-only.
See Also