FontCollectionGetEnumerator Method |
Gets the collection enumerator.
Namespace: ExpertPdf.PdfCreatorAssembly: epdfcreator (in epdfcreator.dll) Version: 21.1.0
Syntaxpublic IEnumerator GetEnumerator()
Public Function GetEnumerator As IEnumerator
Return Value
IEnumeratorThe collection enumerator.
Implements
IEnumerableGetEnumerator
See Also