isAnnotationsModified Property

Summary

Indicates whether the annotations for this page has been replaced.

Syntax

JavaScript Syntax
Object.defineProperty(DocumentPage.prototype, 'isAnnotationsModified', 
	get: function() 
) 
TypeScript Syntax
isAnnotationsModified: boolean; // read-only 

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 (or all the pages in the document). All document types support this method.

SetAnnotations is used to replace the annotation container of the page (or all the pages in the document). IsAnnotationsModified is used to as flag that indicates that the annotations container of this page has been replaced by the user.

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.

Refer to Loading Using LEADTOOLS Documents Library for more information.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Documents Assembly