←Select platform

LoadAsync Method (RasterCodecs)

Summary

Loads the specified image URL using default options asynchronously.

Overload List

Overload Description
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. Resizes 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.

Requirements

Target Platforms

See Also

RasterCodecs Class

RasterCodecs Members

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

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.