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

IsFeedLoadDone Property






Determines if the feed-load process is done. .NET support WinRT support
Syntax
public bool IsFeedLoadDone {get;}
'Declaration
 
Public ReadOnly Property IsFeedLoadDone As Boolean
'Usage
 
Dim instance As RasterCodecs
Dim value As Boolean
 
value = instance.IsFeedLoadDone
public bool IsFeedLoadDone {get;}
 get_IsFeedLoadDone(); 
public:
property bool IsFeedLoadDone {
   bool get();
}

Property Value

true if the feed-load process is done; false, otherwise.
Remarks
Checking the value of IsFeedLoadDone is useful to exit out of the feed-load process when sufficient data has been collected to load all the pages requested.
Example
For an example, refer to StartFeedLoad(Int32,CodecsLoadByteOrder,Int32,Int32).
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.