ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.5.2 Assembly / C1.WPF.PdfViewer Namespace / C1PdfViewer Class / Bookmarks Property

In This Topic
    Bookmarks Property
    In This Topic
    Gets the list of top level bookmarks for this document.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Bookmarks As IEnumerable(Of Bookmark)
    public IEnumerable<Bookmark> Bookmarks {get;}
    See Also