Error processing SSI file
(Leadtools.Controls)

Show in webframe

Abort Method




Abort rendering the items.
Syntax
protected internal virtual void Abort()
'Declaration
 
Protected Friend Overridable Sub Abort() 
Remarks

This method is called by the image viewer when it is disposed. Generally, it should not be called by the user. In your derived class, you can add code to handle extra logic.

This method will check if the internal threads are busy and wait on them to finish before returning control to the user.

Requirements

Target Platforms

See Also

Reference

ImageViewerVirtualizer Class
ImageViewerVirtualizer Members

Error processing SSI file