←Select platform

Load Method (RasterCodecs)

Summary

Loads the specified image URL using specified options.

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

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly