[]
        
(Showing Draft Content)

C1.Win.Bitmap.C1Bitmap.SaveAsBmp

SaveAsBmp Method

SaveAsBmp(Stream, BmpOptions)

Saves the image to a System.IO.Stream in BMP format.

Declaration
public void SaveAsBmp(Stream stream, BmpOptions options)
Public Sub SaveAsBmp(stream As Stream, options As BmpOptions)
Parameters
Type Name Description
Stream stream

The output stream.

BmpOptions options

The options for the BMP image encoder.

SaveAsBmp(string, BmpOptions)

Saves the image to a file in BMP format.

Declaration
public void SaveAsBmp(string fileName, BmpOptions options)
Public Sub SaveAsBmp(fileName As String, options As BmpOptions)
Parameters
Type Name Description
string fileName

The output file name.

BmpOptions options

The options for the BMP image encoder.