PdfFieldCollectionEnumeratorCurrent Property |
Gets the current element in the collection.
Namespace:
RadPdf.Data.Document.Objects.FormFields
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic PdfField Current { get; }
Public ReadOnly Property Current As PdfField
Get
Property Value
Type:
PdfField
The current element in the collection.
Implements
IEnumeratorTCurrent
See Also