Saves a RasterImage to a remote URL in any of the supported compressed or uncompressed formats asynchronously.
Overload | Description |
---|---|
SaveAsync(rasterimage,ileadstream,rasterimageformat,int32) | Saves a RasterImage to a stream in any of the supported compressed or uncompressed formats. |
SaveAsync(rasterimage,ileadstream,rasterimageformat,int32,int32,int32,int32,codecssavepagemode) | Saves a RasterImage to a stream in any of the supported compressed or uncompressed formats. |
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. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET