ComponentOne Bitmap for UWP
C1.UWP.Bitmap Assembly / C1.Xaml.Bitmap Namespace / C1Bitmap Class / Save Method / Save(IOutputStream,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(IOutputStream,ContainerFormat,BaseOptions) Method
    In This Topic
    Saves the image to an IOutputStream using the specified format and options.
    Syntax
    'Declaration
     
    Public Overloads Sub Save( _
       ByVal outputStream As Windows.Storage.Streams.IOutputStream, _
       ByVal format As ContainerFormat, _
       Optional ByVal options As BaseOptions _
    ) 
    public void Save( 
       Windows.Storage.Streams.IOutputStream outputStream,
       ContainerFormat format,
       BaseOptions options
    )

    Parameters

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