Indicates whether to invert the items images.
Object.defineProperty(ImageViewer.prototype, 'invert',
get: function(),
set: function(value)
)
invert: boolean;
true to invert the items images; otherwise, false. Default value is false.
Changing the value of this property will fire the PropertyChanged and TransformChanged events.
This is a display value and the image data will not be changed.
Note for the LEADTOOLS JavaScript library, that the viewer may call the HTML5 getImageData on a canvas
. If the URL of the image is not
in the same domain, a security error might occur. For more information, refer to getImageData.
For more information, refer to Image Viewer Appearance.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET