isHTMLImageElement Property

Summary

Gets a boolean indicating if Element exists and is an HTML Image Element, specifically.

Syntax

JavaScript Syntax
Object.defineProperty(ImageLoader.prototype, 'isHTMLImageElement', 
	get: function() 
) 
TypeScript Syntax
isHTMLImageElement: boolean; // read-only 

Property Value

true 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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly