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.0.1.0 (2.0.1.0)

Syntax

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