 | PdfBookmarkCollectionsGetEnumerator Method |
Returns an enumerator that iterates through the collection.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic IEnumerator<PdfBookmark> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of PdfBookmark)
public:
virtual IEnumerator<PdfBookmark^>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<PdfBookmark>
override GetEnumerator : unit -> IEnumerator<PdfBookmark>
public final IEnumerator<PdfBookmark> GetEnumerator()
function GetEnumerator();
Return Value
IEnumeratorPdfBookmarkA System.Collections.Generic.IEnumerator that can be used to iterate through the collection.
Implements
IEnumerableTGetEnumerator
See Also