Class DataMatrixWriter.DataMatrixShape
Enumeration for DataMatrix shape. Can specify if you would like a Square (equal width and height) or Rectangular.
Inheritance
System.Object
DataMatrixWriter.DataMatrixShape
Namespace: IronBarCode
Assembly: IronBarCode.dll
Syntax
public sealed class DataMatrixShape : Enum
Fields
Automatic
Default behavior. Allows IronBarcode to decide the dimensions of the DataMatrix.
Declaration
public const DataMatrixWriter.DataMatrixShape Automatic
Field Value
Type | Description |
---|---|
DataMatrixWriter.DataMatrixShape |
Rectangular
Rectangular Shape. Width and Height may be different.
Declaration
public const DataMatrixWriter.DataMatrixShape Rectangular
Field Value
Type | Description |
---|---|
DataMatrixWriter.DataMatrixShape |
Square
Square Shape. Width and Height of the generated Datamatrix will be equal.
Declaration
public const DataMatrixWriter.DataMatrixShape Square
Field Value
Type | Description |
---|---|
DataMatrixWriter.DataMatrixShape |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |