|  | 
| PdfFormFieldsCollectionItem Property (Int32) | 
  
    Namespace: 
   SelectPdf
    Assembly:
   Select.Pdf (in Select.Pdf.dll) Version: 24.1
 Syntax
Syntaxpublic virtual PdfFormField this[
	int index
] { get; }Public Overridable ReadOnly Default Property Item ( 
	index As Integer
) As PdfFormField
	Get
Parameters
- index
- Type: SystemInt32
 Element index in the collection.
Property Value
Type: 
PdfFormField Remarks
RemarksThe property is read-only.
 See Also
See Also