Click or drag to resize

PdfFontResourceCollectionEnumeratorCurrent Property

Gets the current element in the collection.

Namespace:  RadPdf.Integration
Assembly:  RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
public PdfFontResource Current { get; }

Property Value

Type: PdfFontResource
The current element in the collection.

Implements

IEnumeratorTCurrent
See Also