Inserts a new item from a URL pointing to an image.
ImageViewerItems.prototype.insertFromUrl = function(index, url, resolution)
insertFromUrl(index: number, url: string, resolution: LeadSizeD): ImageViewerItem;
index
0-based index of the item.
url
URL pointing to an image.
resolution
The resolution to use for the image in dots/inch (DPI). A value of 0,0 or Empty means to use the default image resolution of 96 pixels.
The newly created item, if successful
This method will load the data from url and insert a new ImageViewerItem. This is done through the use of ImageLoader, meaning a ImageLoading event will be fired when the image loading is about to begin. Since a new ImageViewerItem is being created for this image, the default ImageUrl mode will be used for image loading. To intercept and change this loading style, attach a callback to the ImageLoading event. The HTML Image Element will be set to the Image property when finished. The image data is loaded in the background and ImageSize is updated as described in Url.
When loading from AddFromSvgUrl or InsertFromSvgUrl, the image will load with AjaxXml, which only works for SVG Elements or XML/XHTML Elements.
This method is a shortcut for the following:
var item = new lt.Controls.ImageViewerItem();
item.Url = url;
imageViewer.items.insert(index, item);
If url is null, then an empty item is added.
Products |
Support |
Feedback: insertFromUrl Method (ImageViewerItems) - Leadtools.Controls |
Introduction |
Help Version 19.0.2017.3.21
|
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
Your email has been sent to support! Someone should be in touch! If your matter is urgent please come back into chat.
Chat Hours:
Monday - Friday, 8:30am to 6pm ET
Thank you for your feedback!
Please fill out the form again to start a new chat.
All agents are currently offline.
Chat Hours:
Monday - Friday
8:30AM - 6PM EST
To contact us please fill out this form and we will contact you via email.