Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

FloaterOpacity Property (ImageViewerItem)

Show in webframe
Opacity used when rendering the floater of this item.
Syntax
get_floaterOpacity();
set_floaterOpacity(value);
Object.defineProperty('floaterOpacity');

Property Value

TypeDescription
doubleThe opacity used when rendering the floater of this item. Must be a value between 0 (transparent or invisible) and 1.0 (fully opaque). Default value is 1.0.
Remarks

Changing the value of this property will fire the ItemChanged event with ImageViewerItemChangedReason.FloaterOpacity.

For more information, refer to Image Viewer Items and Image Viewer Appearance.

See Also

Reference

ImageViewerItem Object
ImageViewerItem Members

Error processing SSI file