You are here: Start » AVL.NET » AVL.LoadJpegImageFromBytes_Deprecated(int[], AvlNet.Image)

AVL.LoadJpegImageFromBytes_Deprecated(int[], AvlNet.Image)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void LoadJpegImageFromBytes_Deprecated(
	int[] inBytes,
	out AvlNet.Image outImage
)

Parameters

inBytes
Type: System.Int32
outImage
Type: AvlNet.Image

Errors

Error type Description
DomainError Not a JPEG file format in LoadJpegImageFromBytes.

See also