Back color for OLE.

Namespace: Limilabs.Barcode
Assembly: Barcode (in Barcode.dll) Version: 2.0.0.20

Syntax

C#
int BackColorOle { get; set; }
Visual Basic
Property BackColorOle As Integer
	Get
	Set
Visual C++
property int BackColorOle {
	int get ();
	void set (int value);
}

See Also