ComponentOne Bitmap for UWP
Save(Stream,ContainerFormat,BaseOptions) Method

C1.UWP.Bitmap Assembly > C1.Xaml.Bitmap Namespace > C1Bitmap Class > Save Method : Save(Stream,ContainerFormat,BaseOptions) Method
The output stream.
The container format that determines the image encoder.
The options for the specified image encoder.
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 ContainerFormat, _
   Optional ByVal options As BaseOptions _
) 
public void Save( 
   System.IO.Stream stream,
   ContainerFormat format,
   BaseOptions options
)

Parameters

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

Reference

C1Bitmap Class
C1Bitmap Members
Overload List