Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

IsFeedLoadDone Property








Determines if the feed-load process is done.
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;}
@property (nonatomic, assign, readonly) BOOL isFeedLoadDone
public boolean isFeedLoadDone()
 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.
Requirements

Target Platforms

See Also

Reference

RasterCodecs Class
RasterCodecs Members

Error processing SSI file