ImageToByteArrayConvert24 Method |
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
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