Error processing SSI file
(Leadtools.Controls)

Show in webframe

GetLastVisibleItem Method




The item part requested. To use the whole item, pass ImageViewerItemPart.View.
Last visible item or part of it in the viewer.
Syntax
public virtual ImageViewerItem GetLastVisibleItem( 
   ImageViewerItemPart part
)
'Declaration
 
Public Overridable Function GetLastVisibleItem( _
   ByVal part As ImageViewerItemPart _
) As ImageViewerItem

Parameters

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

Return Value

The last visible item or null 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