dataModified Property

Summary

Indicates whether the frame data has been modified by the user.

Syntax
TypeScript
JavaScript
Object.defineProperty(Frame.prototype, 'dataModified', 
	get: function(), 
	set: function(value) 
) 
dataModified: boolean; 

Property Value

true to indicate that the frame data has been modified by the user by performing image processing on the frame image data; otherwise, false.

Remarks

Use dataModified to explicitly tell the engine that the frame has been user-modified and the data should be preserved, in order to have the modified frame data available should the frame be viewed again.

Requirements

Target Platforms

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

Leadtools.Controls.Medical Assembly