Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.PdfViewer Namespace / C1PdfViewer Class / Bookmarks Property

In This Topic
    Bookmarks Property (C1PdfViewer)
    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