Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.12.17
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()
Managed Extensions for C++ 
public: void CancelFeedLoad(); 
C++/CLI 
public:
void CancelFeedLoad(); 

Example

For an example, refer to StartFeedLoad.

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.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also