Winnovative Excel to PDF Converter

PdfFormFieldsCollection.Item Property (String)

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

Namespace:  Winnovative.ExcelToPdf
Assembly:  wnvexceltopdf (in wnvexceltopdf.dll) Version: 10.0.0.0
Syntax

public PdfFormField this[
	string fieldName
] { get; }

Parameters

fieldName
Type: System.String
The field name

Return Value

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

Reference