Saves one or more pages of a RasterImage to a remote URL in any of the supported compressed or uncompressed formats.
Overload | Description |
---|---|
Save(rasterimage,stream,long,rasterimageformat,int) | Saves the specified image to a stream using an offset within to begin saving. |
Save(rasterimage,stream,long,rasterimageformat,int,int,int,int,codecssavepagemode) | Saves the specified image to a stream using an offset within to begin saving. |
Save(rasterimage,stream,rasterimageformat,int) | Saves a RasterImage to a stream in any of the supported compressed or uncompressed formats. |
Save(rasterimage,stream,rasterimageformat,int,int,int,int,codecssavepagemode) | Saves one or more pages of a RasterImage to a stream in any of the supported compressed or uncompressed formats. |
Save(rasterimage,string,rasterimageformat,int) | Saves a RasterImage to a file in any of the supported compressed or uncompressed formats. |
Save(rasterimage,string,rasterimageformat,int,int,int,int,codecssavepagemode) | Saves one or more pages of a RasterImage to a file in any of the supported compressed or uncompressed formats. |
Save(rasterimage,uri,rasterimageformat,int) | Saves a RasterImage to a remote URL in any of the supported compressed or uncompressed formats. |
Save(rasterimage,uri,rasterimageformat,int,int,int) | Saves one or more pages of a RasterImage to a remote URL in any of the supported compressed or uncompressed formats. |
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