LEADTOOLS Image File Support (Leadtools.Codecs assembly)

CancelFeedGetInformation Method

Show in webframe







This method can be used to purposefully cancel the feed information process.
Syntax
public void CancelFeedGetInformation()
'Declaration
 
Public Sub CancelFeedGetInformation() 
'Usage
 
Dim instance As RasterCodecs
 
instance.CancelFeedGetInformation()
public void CancelFeedGetInformation()
-(void)cancelFeedGetInformation;

            
 function Leadtools.Codecs.RasterCodecs.CancelFeedGetInformation()
public:
void CancelFeedGetInformation(); 
Remarks

This method can be used to gracefully cancel a feed information operation. For example, during feed information progressing, the user might click a cancel button to abort the operation. You can then call this method to end the feed information process without throwing an exception.

For a description of how the methods relate to each other, refer to StartFeedGetInformation.

Example
For an example, refer to StartFeedGetInformation.
Requirements

Target Platforms

See Also

Reference

RasterCodecs Class
RasterCodecs Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.