Skip to main content
A newer version of this page is available. .

DataMatrixSize Enum

Lists the available data matrix size options related to the ECC200 - Data Matrix bar code.

Namespace: DevExpress.XtraPrinting.BarCode

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

[TypeConverter(typeof(EnumTypeConverter))]
[ResourceFinder(typeof(ResFinder))]
public enum DataMatrixSize

Members

Name Description
MatrixAuto

The bar code matrix size is auto-adjusted, depending on the quantity of encoded data.

Matrix10x10

The bar code matrix size is 10x10.

Matrix12x12

The bar code matrix size is 12x12.

Matrix14x14

The bar code matrix size is 14x14.

Matrix16x16

The bar code matrix size is 16x16.

Matrix18x18

The bar code matrix size is 18x18.

Matrix20x20

The bar code matrix size is 20x20.

Matrix22x22

The bar code matrix size is 22x22.

Matrix24x24

The bar code matrix size is 24x24.

Matrix26x26

The bar code matrix size is 26x26.

Matrix32x32

The bar code matrix size is 32x32.

Matrix36x36

The bar code matrix size is 36x36.

Matrix40x40

The bar code matrix size is 40x40.

Matrix44x44

The bar code matrix size is 44x44.

Matrix48x48

The bar code matrix size is 48x48.

Matrix52x52

The bar code matrix size is 52x52.

Matrix64x64

The bar code matrix size is 64x64.

Matrix72x72

The bar code matrix size is 72x72.

Matrix80x80

The bar code matrix size is 80x80.

Matrix88x88

The bar code matrix size is 88x88.

Matrix96x96

The bar code matrix size is 96x96.

Matrix104x104

The bar code matrix size is 104x104.

Matrix120x120

The bar code matrix size is 120x120.

Matrix132x132

The bar code matrix size is 132x132.

Matrix144x144

The bar code matrix size is 144x144.

Matrix8x18

The bar code matrix size is 8x18.

Matrix8x32

The bar code matrix size is 8x32.

Matrix12x26

The bar code matrix size is 12x26.

Matrix12x36

The bar code matrix size is 12x36.

Matrix16x36

The bar code matrix size is 16x36.

Matrix16x48

The bar code matrix size is 16x48.

Related API Members

The following properties accept/return DataMatrixSize values:

Library Related API Members
Cross-Platform Class Library DataMatrixGenerator.MatrixSize
WPF Controls BarCodePropertyProvider.MatrixSize

See Also