isItemVisible Method

Summary

Gets a value that indicates whether the specified item or part is currently visible in the viewer.

Syntax
TypeScript
JavaScript
ImageViewer.prototype.isItemVisible = function( 
   item, 
   part 
) 
isItemVisible( 
   item: ImageViewerItem, 
   part: ImageViewerItemPart 
): boolean; 

Parameters

item

The image viewer item requested. This value cannot be null.

part

The item part requested. To use the whole item, pass ImageViewerItemPart.View.

Return Value

true if the item and part are currently visible; otherwise, false.

Requirements

Target Platforms

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

Leadtools.Controls Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.