PdfBookmarkVisitorGetEnumerator Method |
Returns an enumerator that iterates through the collection.
Namespace:
Atalasoft.PdfDoc
Assembly:
Atalasoft.PdfDoc (in Atalasoft.PdfDoc.dll) Version: 2026.2.0.0.42 (.NET 4.6.2, x86)
Syntaxpublic IEnumerator<PdfBookmarkResult> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of PdfBookmarkResult)
Return Value
Type:
IEnumeratorPdfBookmarkResult
A
IEnumeratorT that can be used to iterate through the collection.
Implements
IEnumerableTGetEnumerator
See Also