Click or drag to resize

IBitmapImageSave Method (Stream)

Saves instance to a bitmap stream.

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

Parameters

stream
Type: System.IOStream
Stream to save image to.
See Also