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