Manager..::..ImageToByteArray Method

Images to byte array.

Namespace:  JiwaFinancials.Jiwa.JiwaApplication
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


public static byte[] ImageToByteArray(
	Image Input
)
Public Shared Function ImageToByteArray ( _
	Input As Image _
) As Byte()
public:
static array<unsigned char^>^ ImageToByteArray(
	Image^ Input
)

Parameters

Input
Type: Image
The input.

Return Value

System.Byte[][].