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