Gets the first form field with the given name from collection

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

Syntax

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

Parameters

fieldName
Type: System..::..String
The field name

Return Value

Type: PdfFormField
The form field with the given name

See Also