ComponentOne Bitmap for WPF
C1.WPF.Bitmap.4.5.2 Assembly / C1.WPF.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.

In This Topic
    Save(Stream,ContainerFormat,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 Stream, _
       ByVal format As ContainerFormat, _
       Optional ByVal options As BaseOptions _
    ) 
    public void Save( 
       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