Error processing SSI file
(Leadtools.Controls)

Show in webframe

IsItemVisible Method




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
public virtual bool IsItemVisible( 
   ImageViewerItem item,
   ImageViewerItemPart part
)
'Declaration
 
Public Overridable Function IsItemVisible( _
   ByVal item As ImageViewerItem, _
   ByVal part As ImageViewerItemPart _
) As 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 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.

Requirements

Target Platforms

See Also

Reference

ImageViewer Class
ImageViewer Members

Error processing SSI file