 | IBitmapImageSave Method (String) |
Saves instance to a bitmap file.
Namespace:
CohesiveComputing.Imaging
Assembly:
CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
Syntaxvoid Save(
string filePath
)
Parameters
- filePath
- Type: SystemString
File path to save image to.
ExceptionsException | Condition |
---|
ArgumentException | Image format implied by file extension not supported for saving. |
See Also