Error processing SSI file
LEADTOOLS JavaScript (Leadtools)

IsHTMLImageElement Property

Show in webframe
Gets a boolean indicating if Element exists and is an HTML Image Element, specifically.
Syntax
get_isHTMLImageElement();
Object.defineProperty('isHTMLImageElement');

Property Value

TypeDescription
booleantrue if Element is an HTML Image Element; false otherwise.
Remarks

Due to the numerous ways an image can be loaded with ImageLoaderUrlMode, Run may set an SVG, an HTML Image Element, or XML to the Element property.

Example
See ImageLoader for an example.
See Also

Reference

ImageLoader Object
ImageLoader Members

Error processing SSI file