 | IBitmapImageSavePng Method (Stream) |
Saves image as PNG.
Namespace:
CohesiveComputing.Imaging
Assembly:
CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
Syntaxvoid SavePng(
Stream stream
)
Parameters
- stream
- Type: System.IOStream
Stream to save image to.
See Also