HiQPdf Documentation

PdfFormFieldsCollectionItem Property (String)

Quickly Create High Quality PDFs
Retrieves the first form field with the given name from collection

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.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