←Select platform

LoadBookmarks Property

Summary

Instructs the document viewer to create the bookmark UI elements and try to load the bookmarks stored in the document.

Syntax
C#
VB
C++
public bool LoadBookmarks {get; set;} 
Public Property LoadBookmarks() As Boolean 
   Get 
   Set 
public:  
   property bool LoadBookmarks 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true to instruct the document viewer to create the bookmark UI elements and try to load the bookmarks stored in the document. false, to instruct the document viewer to disable and hide the bookmark UI elements. The default value is true.

Remarks

Refer to DocumentViewOptions for more information.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly