←Select platform

HasAnnotations Property

Summary

Indicates whether the document has any annotations.

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

Property Value

true if this document has any annotations; otherwise, false.

Remarks

The document has annotations if any of the following is true:

Example

For an example, refer to GetDocumentCacheInfo(ObjectCache,string).

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document Assembly

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