Gets or sets the DataMatrix Format to use on that symbology.

Namespace:  Neodynamic.Silverlight
Assembly:  Neodynamic.Silverlight.Barcode (in Neodynamic.Silverlight.Barcode.dll) Version: 1.0.0.0 (1.0.40.0)

Syntax

C#
public DataMatrixFormat DataMatrixFormat { get; set; }
Visual Basic (Declaration)
Public Property DataMatrixFormat As DataMatrixFormat
Visual C++
public:
property DataMatrixFormat DataMatrixFormat {
	DataMatrixFormat get ();
	void set (DataMatrixFormat value);
}

See Also