Click or drag to resize
Pdf Library for .NET

PdfBookmarksCollectionGetEnumerator Method

Gets the collection enumerator.

Namespace:  SelectPdf
Assembly:  Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 23.1
Syntax
public IEnumerator GetEnumerator()

Return Value

Type: IEnumerator
The collection enumerator.

Implements

IEnumerableGetEnumerator
See Also