Load Method (RasterCodecs) (original) (raw)
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
See Also
Leadtools.Codecs Assembly
CompactFile(Stream,Stream,int,int,bool,int,int,bool,int,CodecsSavePageMode,bool,bool) Method
CompactFile(Stream,Stream,int,int,bool,long,int,bool,long,CodecsSavePageMode,bool,bool,bool) Method
CompactFile(string,string,int,int,bool,int,int,bool,int,CodecsSavePageMode,bool,bool) Method
CompactFile(string,string,int,int,bool,long,int,bool,long,CodecsSavePageMode,bool,bool,bool) Method