ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model Namespace / DocumentModel Class / Bookmarks Property

In This Topic
    Bookmarks Property (DocumentModel)
    In This Topic
    Gets/sets document's bookmarks collection
    Syntax
    'Declaration
     
    Public Property Bookmarks As TocTreeNode
    public TocTreeNode Bookmarks {get; set;}
    See Also