←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#
VB
C++
public bool LoadAnnotations {get; set;} 
Public Property LoadAnnotations() As Boolean 
   Get 
   Set 
public:  
   property bool LoadAnnotations 
   { 
      bool get() 
      void set(bool value) 
   } 

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

Leadtools.Document Assembly