The barcode data, which will be encoded in the proper barcode representation if valid.

Namespace:  InfigoSDK
Assembly:  InfigoSDK (in InfigoSDK.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
string Data { get; set; }
Visual Basic (Declaration)
Property Data As String
Visual C++
property String^ Data {
	String^ get ();
	void set (String^ value);
}

See Also