url Property

Summary

The URL to load for the image.

Syntax

JavaScript Syntax
Object.defineProperty(ImageLoader.prototype, 'url', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
url: string; 

Property Value

The URL to load for the image. Default value is null.

Remarks

If the UrlMode is ImageLoaderUrlMode.AjaxDataUrl or ImageLoaderUrlMode.AjaxXml and the result image is an HTML Image Element (IsHTMLImageElement is true), there is the chance that the src attribute of Element will not be equal to the original Url; instead it may be a data/blob URI.

See Run and ImageLoaderUrlMode for more information.

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