PdfFieldCollectionItem Property |
Gets the
PdfField at the specified
index.
Namespace:
RadPdf.Data.Document.Objects.FormFields
Assembly:
RadPdf (in RadPdf.dll) Version: 3.47.0.0 (3.47.0.0)
Syntax public PdfField this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As PdfField
Get
Parameters
- index
- Type: SystemInt32
The zero-based index of the PdfField to get or set.
Return Value
Type:
PdfFieldThe
PdfField at the specified index.
See Also