←Select platform
In This Topic ▼

ImageViewerItems Class Methods

Summary

For a list of all members of this type, see ImageViewerItems members

Public Methods

Name Description
Public Method
AddFromImage Adds a new item from a RasterImage object.
Public Method AddFromImageFile Adds a new raster image item from a disk file.
Public Method AddFromImageUrl Adds a new raster image item from a URL pointing to an image file.
Public Method AddFromSvgDocument Adds a new item from an SvgDocument object.
Public Method AddFromSvgFile Adds an SVG document new item from a disk file.
Public Method AddFromSvgUrl Adds a new SVG document item from a URL pointing to an image file.
Public Method AddRange Adds multiple items to the end of the collection. (Inherited from LeadCollection<ImageViewerItem>)
Public Method GetSelected Returns the current selected items in the viewer
Public Method IndexOf Index of an item in this collection.
Public Method InsertFromImage Inserts a new item from a RasterImage objects.
Public Method InsertFromImageFile Inserts a new raster image item from a disk file.
Public Method InsertFromImageUrl Inserts a new raster image item from a URL pointing to an image file.
Public Method InsertFromSvgDocument Inserts a new item from an SvgDocument object.
Public Method InsertFromSvgFile Inserts an SVG document new item from a disk file.
Public Method InsertFromSvgUrl Inserts a new SVG document item from a URL pointing to an image file.
Public Method InsertRange Inserts an item into the LeadCollection/<T/> at the specified index. (Inherited from LeadCollection<ImageViewerItem>)
Public Method Move Moves the item at the specified index to a new location in the collection. (Inherited from LeadCollection<ImageViewerItem>)
Public Method RemoveRange Removes items from the LeadCollection/<T/> at the specified index and count. (Inherited from LeadCollection<ImageViewerItem>)
Public Method Select Select items in the viewer.
Public Method ToArray Gets an array of the items in this collection. (Inherited from LeadCollection<ImageViewerItem>)
Public Method UpdateImage Update the image of an item.
Public Method UpdateSvgDocument Update the SVG document of an item.
Public Method UpdateUrl Update the image or SVG URL of an item.

Protected Methods

Name Description
Protected Method
ClearItems Overrides LeadCollection.ClearItems to handle removing items from the viewer.
Protected Method InsertItem Overrides LeadCollection.InsertItem to handle adding items to the viewer.
Protected Method InsertItemRange Overrides LeadCollection.InsertItemRange to handle adding items to the viewer.
Protected Method MoveItem Overrides LeadCollection.MoveItem to handle moving items around in the viewer.
Protected Method OnCollectionChanged Overrides LeadCollection.OnCollectionChanged to handle items being added to or removed from the viewer.
Protected Method RemoveItem Overrides LeadCollection.InsertItem to handle removing items to the viewer.
Protected Method RemoveItemRange Overrides LeadCollection.RemoveItemRange to handle removing items from the viewer.
Protected Method SetItem Overrides LeadCollection.SetItem to handle replacing items in the viewer.

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly