PdfFormFieldsCollectionItem(String) Property
Gets the first form field with the given name from collection
Namespace: WinnovativeAssembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.0.0
public PdfFormField this[
string fieldName
] { get; }
Public ReadOnly Default Property Item (
fieldName As String
) As PdfFormField
Get
- fieldName String
- The field name
PdfFormFieldThe form field with the given name