Click or drag to resize

PdfFontResourceCollectionGetEnumerator Method

Returns an enumerator that iterates through a PdfFontResourceCollection.

Namespace:  RadPdf.Integration
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public IEnumerator<PdfFontResource> GetEnumerator()

Return Value

Type: IEnumeratorPdfFontResource
An IEnumeratorT object that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also