DS.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Imaging.Windows Namespace / GcWicBitmap Class / Save Method / Save(Stream,WicContainerFormat,BaseOptions) Method
The output stream.
The container format that determines the image encoder.
The options for the specified image encoder.

In This Topic
Save(Stream,WicContainerFormat,BaseOptions) Method
In This Topic
Saves the image to a System.IO.Stream using the specified format and options.
Syntax
'Declaration
 
Public Overloads Sub Save( _
   ByVal stream As System.IO.Stream, _
   ByVal format As WicContainerFormat, _
   Optional ByVal options As BaseOptions _
) 
 

Parameters

stream
The output stream.
format
The container format that determines the image encoder.
options
The options for the specified image encoder.
See Also