Loads the specified image URL using default options asynchronously.
Overload | Description |
---|---|
LoadAsync(ileadstream) | Loads an image stream using the specified options asynchronously. |
LoadAsync(ileadstream,int32) | Loads a page from an image stream using the specified options asynchronously. |
LoadAsync(ileadstream,int32,codecsloadbyteorder,int32,int32) | Loads the specified rectangle from the specified image stream using the specified options asynchronously. |
LoadAsync(ileadstream,int32,int32,int32,rastersizeflags,codecsloadbyteorder) | Loads the specified rectangle from the specified image stream using the specified options asynchronously. |
LoadAsync(ileadstream,int32,int32,int32,rastersizeflags,codecsloadbyteorder,int32,int32) | Loads the specified rectangle from the specified image stream using the specified options asynchronously. |
LoadAsync(ileadstream,leadrect) | Loads the specified rectangle from the specified image stream using the specified options asynchronously. |
LoadAsync(ileadstream,leadrect,int32,codecsloadbyteorder,int32,int32) | Loads the specified rectangle from the specified image stream using the specified options asynchronously. |
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, resizing 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. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET