Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Annotations.Core)

ImageData Property

Show in webframe
Gets or sets the image pixel data for the realized area of this AnnRedactionObject.
Syntax
get_imageData();
set_imageData(value);
Object.defineProperty('imageData');

Property Value

TypeDescription
byteThe 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.

See Also

Reference

AnnRedactionObject Object
AnnRedactionObject Members

Error processing SSI file