Click or drag to resize

IBitmapImageSave Method (String)

Saves instance to a bitmap file.

Namespace:  CohesiveComputing.Imaging
Assembly:  CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
Syntax
C#
void Save(
	string filePath
)

Parameters

filePath
Type: SystemString
File path to save image to.
Exceptions
ExceptionCondition
ArgumentExceptionImage format implied by file extension not supported for saving.
See Also