LEADTOOLS Image File Support (Leadtools.Codecs assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
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();
}

Property Value

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

Example

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: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also