Error processing SSI file
(Leadtools.Controls)

Show in webframe

GetLastVisibleItemIndex Method




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
public virtual int GetLastVisibleItemIndex( 
   ImageViewerItemPart part
)
'Declaration
 
Public Overridable Function GetLastVisibleItemIndex( _
   ByVal part As ImageViewerItemPart _
) As Integer

Parameters

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

Return Value

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.

Requirements

Target Platforms

See Also

Reference

ImageViewer Class
ImageViewer Members

Error processing SSI file