Click or drag to resize

PdfBookmarkCollectionGetEnumerator Method

Returns an enumerator that iterates through a PdfBookmarkCollection.

Namespace:  RadPdf.Data.Document.Bookmarks
Assembly:  RadPdfStandard (in RadPdfStandard.dll) Version: 5.6.0.0 (5.6.0.0)
Syntax
public IEnumerator<PdfBookmark> GetEnumerator()

Return Value

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

Implements

IEnumerableTGetEnumerator
See Also