PdfFormFieldsCollectionItem(String) Property
Gets the first form field with the given name from collection
Namespace: EvoPdfAssembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.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