Method SaveAsBmp
SaveAsBmp(string)
Saves the image to a BMP file at the specified path.
public bool SaveAsBmp(string filePath)
Parameters
filePath
stringThe file path where to save the BMP image.
Returns
- bool
True if the image was saved successfully; otherwise, false.