Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

Show in webframe

IsAnnotationsModified Property






Indicates whether the annotations for this page has been replaced.
Syntax
public bool IsAnnotationsModified {get; set;}
'Declaration
 
Public Property IsAnnotationsModified As Boolean
'Usage
 
Dim instance As DocumentPage
Dim value As Boolean
 
instance.IsAnnotationsModified = value
 
value = instance.IsAnnotationsModified
public boolean isAnnotationsModified()
public void setAnnotationsModified(boolean value)
            
public:
property bool IsAnnotationsModified {
   bool get();
   void set (    bool value);
}

Property Value

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

GetAnnotations is used to get the annotations 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 annotations container of this page has been replaced by the user.

This value is saved and re-loaded when the owner Document uses the cache (Document.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 annotations container objects for one or more pages with a single call.

Refer to Loading Using LEADTOOLS Documents Library for more information.

Example

For an example, refer to SetAnnotations.

Requirements

Target Platforms

See Also

Reference

DocumentPage Class
DocumentPage Members

Error processing SSI file
   Leadtools.Documents requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features