Error processing SSI file
LEADTOOLS JavaScript (Leadtools)

Url Property

Show in webframe
The URL to load for the image.
Syntax
get_url();
set_url(value);
Object.defineProperty('url');

Property Value

TypeDescription
stringThe URL to load for the image. Default value is null.
Remarks

If the UrlMode is AjaxDataUrl or AjaxXml and the result image is and 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.

Example
See ImageLoader for an example.
See Also

Reference

ImageLoader Object
ImageLoader Members

Error processing SSI file