BarcodeSymbologies.DataMatrix Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the Data Matric barcode symbology.
public:
static property unsigned int DataMatrix { unsigned int get(); };
static uint32_t DataMatrix();
public static uint DataMatrix { get; }
var uInt32 = BarcodeSymbologies.dataMatrix;
Public Shared ReadOnly Property DataMatrix As UInteger
Property Value
The Data Matrix barcode symbology.