LEADTOOLS Image File Support (Leadtools.Codecs assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
LoadAsync Method
See Also 
Leadtools.Codecs Namespace > RasterCodecs Class : LoadAsync Method



Loads the specified rectangle from the specified image file using the specified options asynchronously.

Overload List

OverloadDescription
LoadAsync(String,LeadRect,Int32,CodecsLoadByteOrder,Int32,Int32,Object)Loads the specified rectangle from the specified image file using the specified options asynchronously.  
LoadAsync(String,LeadRect,Object)Loads the specified rectangle from the specified image file using default options asynchronously.  
LoadAsync(String,Int32,CodecsLoadByteOrder,Int32,Int32,Object)Loads the specified image file using specific options asynchronously.  
LoadAsync(String,Object)Loads the specified image file using default options asynchronously.  
LoadAsync(Stream,LeadRect,Int32,CodecsLoadByteOrder,Int32,Int32,Object)Loads the specified rectangle from the specified image stream using the specified options asynchronously.  
LoadAsync(Stream,LeadRect,Object)Loads the specified rectangle from the specified image stream using default options asynchronously.  
LoadAsync(Stream,Int32,CodecsLoadByteOrder,Int32,Int32,Object)Loads the specified image stream using specific options asynchronously.  
LoadAsync(Stream,Object)Loads the specified image stream using default options asynchronously.  
LoadAsync(Uri,LeadRect,Int32,CodecsLoadByteOrder,Int32,Int32,Object)Loads the specified rectangle from the specified image URL using the specified options asynchronously.  
LoadAsync(Uri,LeadRect,Object)Loads the specified rectangle from the specified image URL using default options asynchronously.  
LoadAsync(Uri,Int32,CodecsLoadByteOrder,Int32,Int32,Object)Loads the specified image URL using specified options asynchronously.  
LoadAsync(Uri,Object)Loads the specified image URL using default options asynchronously.  

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