PdfOptionCollectionEnumeratorCurrent Property |
Gets the current element in the collection.
Namespace:
RadPdf.Data.Document.Objects.FormFields.Options
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public PdfOption Current { get; }
Public ReadOnly Property Current As PdfOption
Get
Property Value
Type:
PdfOption
The current element in the collection.
Implements
IEnumeratorTCurrentSee Also