| ImageToByteArrayConvert24 Method  | 
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic static byte[] Convert24(
	Image img
)
Public Shared Function Convert24 ( 
	img As Image
) As Byte()
public:
static array<unsigned char>^ Convert24(
	Image^ img
)
static member Convert24 : 
        img : Image -> byte[] 
Parameters
- img
 - Type: System.DrawingImage
 
Return Value
Type: 
Byte
See Also