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

Namespace:  Neodynamic.WPF
Assembly:  Neodynamic.WPF.Barcode (in Neodynamic.WPF.Barcode.dll)
Version: 2.0.3000.0 (2.0.3000.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