ComponentOne Bitmap for WPF
C1.WPF.Bitmap.4.5.2 Assembly / C1.WPF.Bitmap Namespace / C1Bitmap Class / SaveAsBmp Method / SaveAsBmp(String,BmpOptions) Method
The output file name.
The options for the BMP image encoder.

In This Topic
    SaveAsBmp(String,BmpOptions) Method
    In This Topic
    Saves the image to a file in BMP format.
    Syntax
    'Declaration
     
    Public Overloads Sub SaveAsBmp( _
       ByVal fileName As String, _
       ByVal options As BmpOptions _
    ) 
    public void SaveAsBmp( 
       string fileName,
       BmpOptions options
    )

    Parameters

    fileName
    The output file name.
    options
    The options for the BMP image encoder.
    See Also