SaveAsync Method (RasterCodecs) (original) (raw)

Summary

Saves a RasterImage to a remote URL in any of the supported compressed or uncompressed formats asynchronously.

Overload List

Overload Description
SaveAsync(RasterImage,Stream,RasterImageFormat,int,int,int,int,CodecsSavePageMode,object) Asynchronously saves one or more pages of a RasterImage to a stream in any of the supported compressed or uncompressed formats asynchronously.
SaveAsync(RasterImage,Stream,RasterImageFormat,int,object) Saves a RasterImage to a stream in any of the supported compressed or uncompressed formats asynchronously.
SaveAsync(RasterImage,string,RasterImageFormat,int,int,int,int,CodecsSavePageMode,object) Saves one or more pages of a RasterImage to a file in any of the supported compressed or uncompressed formats asynchronously.
SaveAsync(RasterImage,string,RasterImageFormat,int,object) Saves a RasterImage to a file in any of the supported compressed or uncompressed formats asynchronously.
SaveAsync(RasterImage,Uri,RasterImageFormat,int,int,int,object) Saves one or more pages of a RasterImage to a remote URL in any of the supported compressed or uncompressed formats asynchronously.
SaveAsync(RasterImage,Uri,RasterImageFormat,int,object) Saves a RasterImage to a remote URL in any of the supported compressed or uncompressed formats asynchronously.

Requirements

Target Platforms

See Also

RasterCodecs Class

RasterCodecs Members

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

StartCompress(int,int,int,RasterByteOrder,RasterViewPerspective,int,byte[],int,int,CodecsCompression,CodecsCompressDataCallback) Method