PdfFormFieldsCollectionItem(String) Property

Retrieves the first form field with the given name from collection

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public PdfFormField this[
	string fieldName
] { get; }

Parameters

fieldName  String
The field name

Return Value

PdfFormField
The form field with the given name

See Also