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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document