PdfFormFieldsCollectionItem(String) Property

Gets the first form field with the given name from collection

Definition

Namespace: Winnovative
Assembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.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