LoadAsync Method (RasterCodecs) (original) (raw)
Summary
Loads the specified image URL using default options asynchronously.
Overload List
Overload | Description |
---|---|
LoadAsync(Stream,int,CodecsLoadByteOrder,int,int,object) | Loads the specified image stream using specific options asynchronously. |
LoadAsync(Stream,int,object) | Loads the specified page from an image stream using default options asynchronously. |
LoadAsync(Stream,Int32,Int32,Int32,RasterSizeFlags,CodecsLoadByteOrder,Int32,Int32,Object) | Loads the specified pages to the desired width, height, and bits per pixel. Resizes the image as it loads. |
LoadAsync(Stream,Int32,Int32,Int32,RasterSizeFlags,CodecsLoadByteOrder,Object) | Loads an image file asynchronously to the desired width, height, and bits per pixel, resizing the image as it loads. |
LoadAsync(Stream,LeadRect,int,CodecsLoadByteOrder,int,int,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,object) | Loads the specified image stream using default options asynchronously. |
LoadAsync(string,int,CodecsLoadByteOrder,int,int,object) | Loads the specified image file using specific options asynchronously. |
LoadAsync(string,int,object) | Loads the specified page from an image file using default options asynchronously. |
LoadAsync(string,LeadRect,int,CodecsLoadByteOrder,int,int,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,object) | Loads the specified image file using default options asynchronously. |
LoadAsync(Uri,int,CodecsLoadByteOrder,int,int,object) | Loads the specified image URL using specified options asynchronously. |
LoadAsync(Uri,int,object) | Loads the specified page from an image URL using default options asynchronously. |
LoadAsync(Uri,LeadRect,int,CodecsLoadByteOrder,int,int,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,object) | Loads the specified image URL using default options asynchronously. |
Requirements
See Also
Leadtools.Codecs Assembly
CompactFile(Stream,Stream,int,int,bool,int,int,bool,int,CodecsSavePageMode,bool,bool) Method
CompactFile(Stream,Stream,int,int,bool,long,int,bool,long,CodecsSavePageMode,bool,bool,bool) Method
CompactFile(string,string,int,int,bool,int,int,bool,int,CodecsSavePageMode,bool,bool) Method
CompactFile(string,string,int,int,bool,long,int,bool,long,CodecsSavePageMode,bool,bool,bool) Method