Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

DataMatrixOptions.MatrixSize Property

Gets or sets the bar code matrix size.

Namespace: DevExpress.BarCodes

Assembly: DevExpress.Docs.v20.2.dll

Declaration

public DataMatrixSize MatrixSize { get; set; }

Property Value

Type Description
DataMatrixSize

A DataMatrixSize enumeration value.

Property Paths

You can access this nested property as listed below:

Object Type Path to MatrixSize
BarCodeOptions
.DataMatrixGS1 .MatrixSize
See Also