ComponentOne Bitmap for UWP
C1.UWP.Bitmap Assembly / C1.Xaml.Bitmap Namespace / C1Bitmap Class / SaveAsBmp Method / SaveAsBmp(Stream,BmpOptions) Method
The output stream.
The options for the BMP image encoder.

In This Topic
    SaveAsBmp(Stream,BmpOptions) Method
    In This Topic
    Saves the image to a System.IO.Stream in BMP format.
    Syntax
    'Declaration
     
    Public Overloads Sub SaveAsBmp( _
       ByVal stream As System.IO.Stream, _
       ByVal options As BmpOptions _
    ) 
    public void SaveAsBmp( 
       System.IO.Stream stream,
       BmpOptions options
    )

    Parameters

    stream
    The output stream.
    options
    The options for the BMP image encoder.
    See Also