Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

GetLastVisibleItemIndex Method

Show in webframe
The item part requested. To use the whole item, pass ImageViewerItemPart.View.
Index for the last visible item or part of it in the viewer.
Syntax
 function Leadtools.Controls.ImageViewer.getLastVisibleItemIndex( 
   part 
)

Parameters

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

Return Value

TypeDescription
int The 0-based index of the last visible item or -1 if the item does not have any visible items.
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