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.1.0.649 (2.1.0.649)

Syntax

         
 C#  Visual Basic  Visual C++ 
public byte[] Bytes { get; set; }
Public Property Bytes As Byte()
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