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)
Syntaxpublic PdfBookmark Current { get; }Public ReadOnly Property Current As PdfBookmark
Get
Property Value
Type:
PdfBookmark
The current element in the collection.
Implements
IEnumeratorTCurrent
See Also