|
PdfFormFieldsCollectionItem Property (Int32) |
Namespace:
SelectPdf
Assembly:
Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax public 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:
PdfFormFieldRemarks The property is read-only.
See Also