Loads the specified image URL using specified options.
Overload | Description |
---|---|
Load(stream) | Loads the specified image stream using default options. |
Load(stream,int) | Loads the specified page from an image stream using default options. |
Load(stream,int,codecsloadbyteorder,int,int) | Loads the specified image stream using specific options |
Load(stream,int,int,int,rastersizeflags,codecsloadbyteorder) | Loads an image file to the desired width, height, and bits per pixel, resizing the image as it loads. |
Load(stream,int,int,int,rastersizeflags,codecsloadbyteorder,int,int) | Loads an image file to the desired width, height, and bits per pixel, resizing as it loads. |
Load(stream,leadrect) | Loads the specified rectangle from the specified image stream using default options. |
Load(stream,leadrect,int,codecsloadbyteorder,int,int) | Loads the specified rectangle from the specified image stream using the specified options. |
Load(stream,long,long) | Loads an image file, letting you specify the location of the image data within the stream. |
Load(stream,long,long,int,codecsloadbyteorder,int,int) | Loads an image file, letting you specify the location of the image data within the stream and the options to use when loading. |
Load(string) | Loads the specified image file using default options. |
Load(string,int) | Loads the specified page from an image file using default options. |
Load(string,int,codecsloadbyteorder,int,int) | Loads the specified image file using specific options. |
Load(string,int,int,int,rastersizeflags,codecsloadbyteorder) | Loads an image file to the desired width, height, and bits per pixel, resizing the image as it loads. |
Load(string,int,int,int,rastersizeflags,codecsloadbyteorder,int,int) | Loads an image file to the desired width, height, and bits per pixel, resizing as it loads. |
Load(string,leadrect) | Loads the specified rectangle from the specified image file using default options. |
Load(string,leadrect,int,codecsloadbyteorder,int,int) | Loads the specified rectangle from the specified image file using the specified options. |
Load(uri) | Loads the specified image URL using default options. |
Load(uri,int) | Loads a page from the specified image URL using default options. |
Load(uri,int,codecsloadbyteorder,int,int) | Loads the specified image URL using specified options. |
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