The following tables list the members exposed by ImageViewerItems.
Public Constructors
Name | Description | |
---|---|---|
![]() |
LeadCollection<T> | Initializes a new empty instance of the LeadCollection/<T/> class. (Inherited from LeadCollection<ImageViewerItem>) |
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. |
Public Properties
Name | Description | |
---|---|---|
![]() |
AutoRenderOptimizeSvgDocuments | Indicates whether to automatically optimize SVG documents for rendering. |
![]() |
ImageViewer | Owner ImageViewer object. |
Public Events
Name | Description | |
---|---|---|
![]() |
CollectionChanged | Occurs when an item is added, removed, changed, moved, or the entire list is refreshed. (Inherited from LeadCollection<ImageViewerItem>) |
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