Gets all the visible items in the viewer.
ImageViewer.prototype.getAllVisibleItems = function(
part
)
getAllVisibleItems(
part: ImageViewerItemPart
): ImageViewerItem[];
part
The item part requested. To use the whole item, pass ImageViewerItemPart.View.
An array of ImageViewerItem of all the items that are visible within the ControlSize. If no items are visible, the array is empty.
To get just the first visible item, see GetFirstVisibleItem. To get just the last visible item, see GetLastVisibleItem.
For more information, refer to Image Viewer Layouts, Image Viewer Appearance, Image Viewer Items, Image Viewer Transformation, and Image Viewer Bounds and Transform.
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