Click or drag to resize

PdfBookmarkCollectionEnumeratorCurrent Property

Gets the current element in the collection.

Namespace:  RadPdf.Data.Document.Bookmarks
Assembly:  RadPdfStandard (in RadPdfStandard.dll) Version: 5.6.0.0 (5.6.0.0)
Syntax
public PdfBookmark Current { get; }

Property Value

Type: PdfBookmark
The current element in the collection.

Implements

IEnumeratorTCurrent
See Also