←Select platform

LoadAnnotations Property

Summary

Instructs the document viewer to create the annotations UI elements, and tries to load the annotations stored in the document.

Syntax
C#
C++/CLI
Python
public bool LoadAnnotations {get; set;} 
public:  
   property bool LoadAnnotations 
   { 
      bool get() 
      void set(bool value) 
   } 
LoadAnnotations # get and set (DocumentViewOptions) 

Property Value

true to instruct the document viewer to create the annotations UI elements and try to load the annotations stored in the document. false to instruct the document viewer to disable and hide the annotations 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.