|  | 
| PdfFormFieldsCollectionItem Property (String) | 
  
    Namespace: 
   SelectPdf
    Assembly:
   Select.Pdf (in Select.Pdf.dll) Version: 24.1
 Syntax
Syntaxpublic virtual PdfFormField this[
	string name
] { get; }Public Overridable ReadOnly Default Property Item ( 
	name As String
) As PdfFormField
	Get
Parameters
- name
- Type: SystemString
 Name of the file.
Property Value
Type: 
PdfFormField Remarks
RemarksThe property is read-only.
 See Also
See Also