Document Solutions for Imaging
GrapeCity.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Imaging.Windows Namespace / GcD2DBitmap 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 stream in BMP format.
    Syntax
    'Declaration
     
    Public Overloads Sub SaveAsBmp( _
       ByVal stream As System.IO.Stream, _
       Optional 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