Loads the specified image URL using default options asynchronously.
Overload | Description |
---|---|
LoadAsync(RasterCodecs,ILeadStream) | Asynchronously loads the specified image stream using default options. |
LoadAsync(RasterCodecs,ILeadStream,int) | Asynchronously loads the specified page from an image stream using default options. |
LoadAsync(RasterCodecs,ILeadStream,int,CodecsLoadByteOrder,int,int) | Asynchronously loads the specified image stream using specific options. |
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. |
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document