PdfFormFieldsCollectionItem(String) Property
Retrieves the first form field with the given name from collection
Namespace: HiQPdfAssembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
public PdfFormField this[
string fieldName
] { get; }
Public ReadOnly Default Property Item (
fieldName As String
) As PdfFormField
Get
public:
property PdfFormField^ default[String^ fieldName] {
PdfFormField^ get (String^ fieldName);
}
member Item : PdfFormField with get
- fieldName String
- The field name
PdfFormFieldThe form field with the given name