EVO Excel to PDF Converter

PdfFormFieldsCollectionItem Property (String)

EVO Excel to PDF Converter Documentation
Gets the first form field with the given name from collection

Namespace:  EvoExcelToPdf
Assembly:  evoexceltopdf (in evoexceltopdf.dll) Version: 10.0.0.0
Syntax

public PdfFormField this[
	string fieldName
] { get; }

Parameters

fieldName
Type: SystemString
The field name

Return Value

Type: PdfFormField
The form field with the given name
See Also

Reference