Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

IsItemVisible Method

Show in webframe
The image viewer item requested. This value cannot be null.
The item part requested. To use the whole item, pass ImageViewerItemPart.View.
Gets a value that indicate whether the specified item or part is currently visible in the viewer.
Syntax
 function Leadtools.Controls.ImageViewer.isItemVisible( 
   item ,
   part 
)

Parameters

ParameterTypeDescription
itemImageViewerItemThe image viewer item requested. This value cannot be null.
partImageViewerItemPartThe item part requested. To use the whole item, pass ImageViewerItemPart.View.

Return Value

TypeDescription
boolean true if the item and part is currently visible, otherwise; false.
Remarks

For more information refer to Image Viewer Layouts, Image Viewer Appearance, Image Viewer Items, Image Viewer Transformation, and Image Viewer Bounds and Transform.

See Also

Reference

ImageViewer Object
ImageViewer Members

Error processing SSI file