ComponentOne Bitmap for WinForms
C1.Win.Bitmap.4.5.2 Assembly / C1.Win.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 System.String, _
       ByVal options As BmpOptions _
    ) 
    public void SaveAsBmp( 
       System.string fileName,
       BmpOptions options
    )

    Parameters

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