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