isHTMLImageElement Property

Summary

Indicates if Element exists and is an HTMLImageElement.

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

Property Value

true if the result image Element is an HTMLImageElement; false otherwise.

Remarks

Due to the numerous ways an image can be loaded with ImageLoaderUrlMode, Run may set an HTMLImageElement, HTML, SVG, or other XML to the Element property at the successful completion of the request. The most common case is an HTMLImageElement resulting from ImageLoaderUrlMode.ImageUrl, which would actually be WorkingImageElement.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.