[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.Windows.GcWicBitmap.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 = null)
Public Sub SaveAsBmp(stream As Stream, Optional options As BmpOptions = Nothing)
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 = null)
Public Sub SaveAsBmp(fileName As String, Optional options As BmpOptions = Nothing)
Parameters
Type Name Description
string fileName

The output file name.

BmpOptions options

The options for the BMP image encoder.