Error processing SSI file
(Leadtools.Controls)

Show in webframe

InvalidateItem Method




The item to invalidate. This parameter cannot be null.
Invalidate an item.
Syntax
public virtual void InvalidateItem( 
   ImageViewerItem item
)
'Declaration
 
Public Overridable Sub InvalidateItem( _
   ByVal item As ImageViewerItem _
) 

Parameters

item
The item to invalidate. This parameter cannot be null.
Remarks

Calling this method will cause the viewer to re-render the item. This is performed internally by passing the value obtained the value of GetItemViewBounds for the item and if it is not empty, passing to Invalidate.

For more information, refer to Image Viewer Rendering.

Requirements

Target Platforms

See Also

Reference

ImageViewer Class
ImageViewer Members

Error processing SSI file