PdfFontResourceCollectionEnumeratorMoveNext Method |
Advances the enumerator to the next element of the collection.
Namespace:
RadPdf.Integration
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax Public Function MoveNext As Boolean
Return Value
Type:
Booleantrue if the enumerator was successfully advanced to the next element;
false if the enumerator has passed the end of the collection.
Implements
IEnumeratorMoveNextSee Also