Click or drag to resize
Pdf Library for .NET

PdfFormFieldsCollectionItem Property (String)

Gets the PdfFormField with the specified name.

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

Parameters

name
Type: SystemString
Name of the file.

Property Value

Type: PdfFormField
Remarks
The property is read-only.
See Also