←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#
C++/CLI
Python
public bool LoadBookmarks {get; set;} 
public:  
   property bool LoadBookmarks 
   { 
      bool get() 
      void set(bool value) 
   } 
LoadBookmarks # get and set (DocumentViewOptions) 

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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.