Leadtools.Codecs Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Save Method
See Also 
Leadtools.Codecs Namespace > RasterCodecs Class : Save Method



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

Overload List

OverloadDescription
Save(RasterImage,Uri,RasterImageFormat,Int32) Saves a RasterImage to a remote URL in any of the supported compressed or uncompressed formats.  
Save(RasterImage,Uri,RasterImageFormat,Int32,Int32,Int32) Saves one or more pages of a RasterImage to a remote URL in any of the supported compressed or uncompressed formats.  
Save(RasterImage,String,RasterImageFormat,Int32) Saves a RasterImage to a file in any of the supported compressed or uncompressed formats.  
Save(RasterImage,Stream,RasterImageFormat,Int32) Saves a RasterImage to a stream in any of the supported compressed or uncompressed formats.  
Save(RasterImage,String,RasterImageFormat,Int32,Int32,Int32,Int32,CodecsSavePageMode) Saves one or more pages of a RasterImage to a file in any of the supported compressed or uncompressed formats.  
Save(RasterImage,Stream,RasterImageFormat,Int32,Int32,Int32,Int32,CodecsSavePageMode) Saves one or more pages of a RasterImage to a stream in any of the supported compressed or uncompressed formats.  
Save(RasterImage,Stream,Int64,RasterImageFormat,Int32) Saves the specified image to a stream using an offset within to begin saving.  
Save(RasterImage,Stream,Int64,RasterImageFormat,Int32,Int32,Int32,Int32,CodecsSavePageMode) Saves the specified image to a stream using an offset within to begin saving.  

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also