Click or drag to resize

UtilsImage2Bytes Method (Image, ImageFormat, Boolean)

Namespace:  Scilligence.MolEngine.Companion
Assembly:  Scilligence.MolEngine.Companion (in Scilligence.MolEngine.Companion.dll) Version: 1.3.0.0 (7.0.0.40031)
Syntax
C#
public static byte[] Image2Bytes(
	Image img,
	ImageFormat fmt,
	bool dispose
)

Parameters

img
Type: System.DrawingImage
fmt
Type: System.Drawing.ImagingImageFormat
dispose
Type: SystemBoolean

Return Value

Type: Byte
See Also