Save Method (RasterCodecs) (original) (raw)
Summary
Saves one or more pages of a RasterImage to a remote URL in any of the supported compressed or uncompressed formats.
Overload List
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. |
Requirements
See Also
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