Winnovative Word to PDF Converter

PdfFormFieldsCollectionItem Property (String)

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

Namespace:  WnvWordToPdf
Assembly:  wnvwordtopdf (in wnvwordtopdf.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