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. |
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