Creates a new item from an HTML Element or SVG Element.
createFromElement = function(element, resolution)
static createFromElement(element: HTMLElement, resolution: LeadSizeD): ImageViewerItem;
element
Source HTML Element or SVG Element.
resolution
The resolution to use of 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 allows you to quickly create an item from an HTML Element or SVG Element. It is the equivalent of the following code:
var item = new lt.Controls.ImageViewerItem();
item.element = element;
item.resolution = resolution; // Optional
Any User Defined HTML is allowable for the Element property in ImageViewer-ElementsMode, but the elements can only be interacted with if HTML Pointer Events is supported.
Element may still be null after this method completes; CreateFromElement can be used as a shortcut for either CreateFromImage or CreateFromCanvas. Passing a valid HTML Image Element to CreateFromElement will create an ImageViewerItem with the Image property set, just as it does with CreateFromImage. Similarly, passing a valid HTML5 Canvas Element to CreateFromElement will create an ImageViewerItem with the Canvas property set, just as it does with CreateFromCanvas. The item can have a value in only one of Image, Element or Canvas. Setting one value will automatically delete the values of the others.
The item is not added to an ImageViewer using this method. You should use the Items collection to add or insert the item before it can be displayed. If an ImageViewer instance exists at the time this method is called, consider using AddFromElement or InsertFromElement instead.
Products |
Support |
Feedback: createFromElement Method (ImageViewerItem) - 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.