Get or Set an Array of bytes that represent the data in this array

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public byte[] Bytes { get; set; }
Public Property Bytes As Byte()
	Get
	Set
public:
property array<unsigned char>^ Bytes {
	array<unsigned char>^ get ();
	void set (array<unsigned char>^ value);
}

Remarks

Should only be used for serialization & deserialization

See Also