Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

Invert Property

Show in webframe
Indicates whether to invert the items images.
Syntax
get_invert();
set_invert(value);
Object.defineProperty('invert');

Property Value

TypeDescription
booleantrue to invert the items images; otherwise, false. Default value is false.
Remarks

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.

See Also

Reference

ImageViewer Object
ImageViewer Members

Error processing SSI file