LEADTOOLS Image File Support (Leadtools.Codecs assembly)

IsFeedLoadDone Property

Show in webframe







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, readonly, assign) BOOL 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(Int32,CodecsLoadByteOrder,Int32,Int32).
Requirements

Target Platforms

See Also

Reference

RasterCodecs Class
RasterCodecs Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.