PdfFontResourceCollection.Enumerator.Current Property |
Gets the current element in the collection.
Namespace:
RadPdf.Integration
Assembly:
RadPdf (in RadPdf.dll) Version: 4.5.0.0 (4.5.0.0)
Syntaxpublic PdfFontResource Current { get; }
Public ReadOnly Property Current As PdfFontResource
Get
Property Value
Type:
PdfFontResource
The current element in the collection.
Implements
IEnumerator<T>.Current
See Also