Method SaveAsBmp
SaveAsBmp(string)
Saves the image to a BMP file at the specified path.
public bool SaveAsBmp(string filePath)Parameters
- filePathstring
- The file path where to save the BMP image. 
Returns
- bool
- True if the image was saved successfully; otherwise, false. 
Exceptions
- ObjectDisposedException
- Thrown if this instance has been disposed.