LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

CancelFeedLoad Method






This method can be used to purposefully cancel the FeedLoad(Byte[],Int32,Int32) process. .NET support WinRT support
Syntax
public void CancelFeedLoad()
'Declaration
 
Public Sub CancelFeedLoad() 
'Usage
 
Dim instance As RasterCodecs
 
instance.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(Int32,CodecsLoadByteOrder).

Example
For an example, refer to StartFeedLoad(Int32,CodecsLoadByteOrder).
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterCodecs Class
RasterCodecs Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.