







The collection of bookmarks created when the Document is initilized.
Namespace: PDFTron.SilverDox.Documents
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010
Syntax
C# |
---|
public ObservableCollection<Bookmark> Bookmarks { get; private set; } |
Visual Basic |
---|
Public Property Bookmarks As ObservableCollection(Of Bookmark) Get Private Set |
Visual C++ |
---|
public: property ObservableCollection<Bookmark^>^ Bookmarks { ObservableCollection<Bookmark^>^ get (); private: void set (ObservableCollection<Bookmark^>^ value); } |