←Select platform

IsAnnotationsModified Property

Summary

Indicates whether the annotations for this page has been replaced.

Syntax
C#
C++/CLI
Java
Python
public bool IsAnnotationsModified {get; set;} 
public:  
   property bool IsAnnotationsModified 
   { 
      bool get() 
      void set(bool value) 
   } 
public boolean isAnnotationsModified() 
public void setAnnotationsModified(boolean value) 
IsAnnotationsModified # get and set (DocumentPage) 

Property Value

true if the annotations for this page has been replaced; otherwise, false.

Remarks

GetAnnotations is used to get the annotation container of this page. All document types support this method.

SetAnnotations is used to replace the annotation container of the page. IsAnnotationsModified is used to as flag that indicates that the annotation container of this page has been replaced by the user.

This value

is saved and re-loaded when the owner LEADDocument uses the cache (LEADDocument.HasCache is true).

IsAnnotationsModified is not used by the framework in any special way, it is a flag that can used to check if the current annotations is not the same as the original.

Note that you can use DocumentAnnotations.GetAnnotations and DocumentAnnotations.SetAnnotations to get or set an array of annotation container objects for one or more pages with a single call.

For more information, refer to Loading Using LEADTOOLS Document Library.

Requirements

Target Platforms

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

Leadtools.Document Assembly

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