Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

CancelFeedLoad Method








This method can be used to purposefully cancel the FeedLoad process.
Syntax
public void CancelFeedLoad()
'Declaration
 
Public Sub CancelFeedLoad() 
'Usage
 
Dim instance As RasterCodecs
 
instance.CancelFeedLoad()
public void CancelFeedLoad()
- (void)cancelFeedLoad
public void cancelFeedLoad()
 function Leadtools.Codecs.RasterCodecs.CancelFeedLoad()
public:
void CancelFeedLoad(); 
Remarks

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.

Example
For an example, refer to StartFeedLoad.
Requirements

Target Platforms

See Also

Reference

RasterCodecs Class
RasterCodecs Members

Error processing SSI file