Error processing SSI file
(Leadtools.Controls)

Show in webframe

LoadItem Method




Source item
Load the image data for an item.
Syntax
protected abstract object LoadItem( 
   ImageViewerItem item
)
'Declaration
 
Protected MustOverride Function LoadItem( _
   ByVal item As ImageViewerItem _
) As Object

Parameters

item
Source item

Return Value

The image object for this item.
Remarks

This method is called when an item comes into view and is not cached in memory.

Implementers must load the image data from the external source and return it here. This can be one of the following:

You should encapsulate the code inside this method with a try/catch and handle the error correctly. This method will not automatically fire the ItemError event.

Example

For an example, refer to ImageViewerVirtualizer.

Requirements

Target Platforms

See Also

Reference

ImageViewerVirtualizer Class
ImageViewerVirtualizer Members

Error processing SSI file