Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
CancelFeedLoad Method
See Also 
Leadtools.Codecs Namespace > RasterCodecs Class : CancelFeedLoad Method



This method can be used to purposefully cancel the FeedLoad process.

Syntax

Visual Basic (Declaration) 
Public Sub CancelFeedLoad() 
Visual Basic (Usage)Copy Code
Dim instance As RasterCodecs
 
instance.CancelFeedLoad()
C# 
public void CancelFeedLoad()
C++/CLI 
public:
void CancelFeedLoad(); 

Remarks

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

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also