Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
IsFeedLoadDone Property
See Also 
Leadtools.Codecs Namespace > RasterCodecs Class : IsFeedLoadDone Property



Determines if the feed-load process is done.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property IsFeedLoadDone As Boolean
Visual Basic (Usage)Copy Code
Dim instance As RasterCodecs
Dim value As Boolean
 
value = instance.IsFeedLoadDone
C# 
public bool IsFeedLoadDone {get;}
C++/CLI 
public:
property bool IsFeedLoadDone {
   bool get();
}

Return Value

true if the feed-load process is done, otherwise; false.

Example

For an example, refer to StartFeedLoad.

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.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also