←Select platform

LoadAsync Method (RasterCodecs)

Summary

Loads the specified image URL using default options asynchronously.

Overload List
Overload Description
LoadAsync(ileadstream) Loads an image stream using the specified options asynchronously.
LoadAsync(ileadstream,int32) Loads a page from an image stream using the specified options asynchronously.
LoadAsync(ileadstream,int32,codecsloadbyteorder,int32,int32) Loads the specified rectangle from the specified image stream using the specified options asynchronously.
LoadAsync(ileadstream,int32,int32,int32,rastersizeflags,codecsloadbyteorder) Loads the specified rectangle from the specified image stream using the specified options asynchronously.
LoadAsync(ileadstream,int32,int32,int32,rastersizeflags,codecsloadbyteorder,int32,int32) Loads the specified rectangle from the specified image stream using the specified options asynchronously.
LoadAsync(ileadstream,leadrect) Loads the specified rectangle from the specified image stream using the specified options asynchronously.
LoadAsync(ileadstream,leadrect,int32,codecsloadbyteorder,int32,int32) Loads the specified rectangle from the specified image stream using the specified options asynchronously.
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, resizing 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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly