←Select platform

ImageViewerItems Class Methods

Summary

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

Public Methods

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

Protected Methods

Name Description
ClearItems Overrides LeadCollection.ClearItems to handle removing items from the viewer.
InsertItem Overrides LeadCollection.InsertItem to handle adding items to the viewer.
InsertItemRange Overrides LeadCollection.InsertItemRange to handle adding items to the viewer.
MoveItem Overrides LeadCollection.MoveItem to handle moving items around in the viewer.
OnCollectionChanged Overrides LeadCollection.OnCollectionChanged to handle items being added to or removed from the viewer.
RemoveItem Overrides LeadCollection.InsertItem to handle removing items to the viewer.
RemoveItemRange Overrides LeadCollection.RemoveItemRange to handle removing items from the viewer.
SetItem Overrides LeadCollection.SetItem to handle replacing items in the viewer.
Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.WinForms Assembly