Gets the form field at a given index in collection

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

Syntax

C#
public PdfFormField this[
	int index
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( 
	index As Integer
) As PdfFormField
	Get
Visual C++
public:
property PdfFormField^ default[int index] {
	PdfFormField^ get (int index);
}

Parameters

index
Type: System..::..Int32
The form field index in collection

Return Value

Type: PdfFormField
The form field at the given index

See Also