This method can be used to purposefully cancel the FeedLoad process.
public void CancelFeedLoad()
Public Sub CancelFeedLoad()
public void CancelFeedLoad()
- (void)cancelFeedLoad
public void cancelFeedLoad()
function Leadtools.Codecs.RasterCodecs.CancelFeedLoad()
public:
void CancelFeedLoad();
This method can be used to gracefully cancel a feed load operation. For example, during feed load progressing, the user might click a cancel button to abort the operation. You can then call this method to end the feed load process without throwing an exception.
For a description of how the methods relate to each other, refer to StartFeedLoad.
For an example, refer to StartFeedLoad.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET