Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.30
|
Leadtools.Codecs Namespace > RasterCodecs Class : CancelFeedGetInformation Method |
public void CancelFeedGetInformation()
'Declaration
Public Sub CancelFeedGetInformation()
'Usage
Dim instance As RasterCodecs instance.CancelFeedGetInformation()
public void CancelFeedGetInformation()
- (void)cancelFeedGetInformation
public void cancelFeedGetInformation()
function Leadtools.Codecs.RasterCodecs.CancelFeedGetInformation()
public: void CancelFeedGetInformation();
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.