Click or drag to resize
Pdf Library for .NET

PdfFormFieldsCollectionItem(String) Property

Gets the PdfFormField with the specified name.

Namespace: SelectPdf.Forms
Assembly: Select.Pdf.Extras (in Select.Pdf.Extras.dll) Version: 26.2
Syntax
public virtual PdfFormField this[
	string name
] { get; }

Parameters

name  String
Name of the file.

Property Value

PdfFormField
Remarks
The property is read-only.
See Also