Click or drag to resize

StiImageConverterImageToBytes Method

[Missing <summary> documentation for "M:Stimulsoft.Base.Drawing.StiImageConverter.ImageToBytes(System.Drawing.Image,System.Boolean)"]

Namespace:  Stimulsoft.Base.Drawing
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static byte[] ImageToBytes(
	Image image,
	bool allowNulls = false
)

Parameters

image
Type: System.DrawingImage

[Missing <param name="image"/> documentation for "M:Stimulsoft.Base.Drawing.StiImageConverter.ImageToBytes(System.Drawing.Image,System.Boolean)"]

allowNulls (Optional)
Type: SystemBoolean

[Missing <param name="allowNulls"/> documentation for "M:Stimulsoft.Base.Drawing.StiImageConverter.ImageToBytes(System.Drawing.Image,System.Boolean)"]

Return Value

Type: Byte

[Missing <returns> documentation for "M:Stimulsoft.Base.Drawing.StiImageConverter.ImageToBytes(System.Drawing.Image,System.Boolean)"]

See Also