Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

InvalidateItemByIndex Method

Show in webframe
0-based index of the item to invalidate.
Invalidate the item at the specified index.
Syntax
 function Leadtools.Controls.ImageViewer.invalidateItemByIndex( 
   index 
)

Parameters

ParameterTypeDescription
indexint0-based index of the item to invalidate.
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.

See Also

Reference

ImageViewer Object
ImageViewer Members

Error processing SSI file