imageData Property

Summary

Gets or sets the image pixel data for the realized area of this AnnRedactionObject.

Syntax
TypeScript
JavaScript
Object.defineProperty(AnnRedactionObject.prototype, 'imageData', 
	get: function(), 
	set: function(value) 
) 
imageData: number[]; 

Property Value

The image data for the realized area of this AnnRedactionObject.

Remarks

This is the original image pixel data that was obtained during Realize. This value is used to restore the original pixel data when Restore is called.

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.Annotations.Engine Assembly