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;} |
Property Value
true if the feed-load process is done, otherwise; false.For an example, refer to StartFeedLoad(Int32,CodecsLoadByteOrder,Int32,Int32).
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.
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)