Table of contents
Swift
Objective-C

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

Module: dynamsoft_barcode_reader

Inheritance: BarcodeDetails -> DataMatrixDetails

class DataMatrixDetails(BarcodeDetails)

Properties

Property Type
rows int
columns int
data_region_rows int
data_region_columns int
data_region_number int

rows

The row count of the DataMatrix barcode.

columns

The column count of the DataMatrix barcode.

data_region_rows

The data region row count of the DataMatrix barcode.

data_region_columns

The data region column count of the DataMatrix barcode.

data_region_number

The data region count.

Is this page helpful?

YesYes NoNo

In this article: