Gets the first form field with the given name from collection
Namespace: EvoPdfAssembly: 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: PdfFormFieldThe form field with the given name