Leadtools.Controls Namespace : ImageViewerItems Object |
The following tables list the members exposed by ImageViewerItems.
Name | Description | |
---|---|---|
ImageViewer | Owner ImageViewer object. |
Name | Description | |
---|---|---|
AddFromCanvas | Adds a new item from an HTML5 Canvas Element. | |
AddFromElement | Adds a new item from an HTML Element or SVG Element. | |
AddFromImage | Adds a new item from an HTML Image Element. | |
AddFromSvgUrl | Adds a new item from a URL pointing to an SVG or XML/XHTML document structure. | |
AddFromUrl | Adds a new item from a URL pointing to an image. | |
GetSelected | Returns the current selected items in the viewer | |
IndexOf | Overloaded. Index of an item in this collection. | |
InsertFromCanvas | Inserts a new item from an HTML5 Canvas Element. | |
InsertFromElement | Inserts a new item from an HTML Element or SVG Element. | |
InsertFromImage | Inserts a new item from an HTML Image Element. | |
InsertFromSvgUrl | Inserts a new item from a URL pointing to an SVG or XML/XHTML document structure. | |
InsertFromUrl | Inserts a new item from a URL pointing to an image. | |
Select | Select items in the viewer. | |
UpdateCanvas | Update the HTML5 Canvas Element of an item. | |
UpdateElement | Update the HTML Element or SVG Element of an item. | |
UpdateImage | Update the HTML Image Element of an item. | |
UpdateUrl | Update the image URL of an item. |
Name | Description | |
---|---|---|
ClearItems | Overridden. Overrides LeadCollection.ClearItems to handle removing items from the viewer. | |
InsertItem | Overridden. Overrides LeadCollection.InsertItem to handle adding items to the viewer. | |
OnCollectionChanged | Overridden. Overrides LeadCollection.OnCollectionChanged to handle items being added to or removed from the viewer. | |
RemoveItem | Overridden. Overrides LeadCollection.InsertItem to handle removing items to the viewer. |