Table of contents

DataMatrixDetails

The DataMatrixDetails class represents the details of a DataMatrix barcode. It is derived from the BarcodeDetails class and contains various attributes related to the DataMatrix barcode.

Definition

Namespace: Dynamsoft.DBR

Assembly: Dynamsoft.BarcodeReader.dll

Inheritance: BarcodeDetails -> DataMatrixDetails

public class DataMatrixDetails : BarcodeDetails

Attributes

Attribute Type
rows int
columns int
dataRegionRows int
dataRegionColumns int
dataRegionNumber int

rows

The row count of the DataMatrix barcode.

int rows;

columns

The column count of the DataMatrix barcode.

int columns;

dataRegionRows

The data region row count of the DataMatrix barcode.

int dataRegionRows;

dataRegionColumns

The data region column count of the DataMatrix barcode.

int dataRegionColumns;

dataRegionNumber

The data region count.

int dataRegionNumber;

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: