DataMatrixBarcodeShape
A Data Matrix is a two-dimensional barcode type with data encoded in a square shape pattern.
SMAPI supports following properties and methods to implement the shape.
| Angle | Gets or sets the rotation angle of the data matrix barcode shape |
| AutoExpand | Gets or sets whether the size can be auto expanded. |
| DataMatrixFormat | Gets or sets the encoding format of the data matrix barcode shape. |
| DataMatrixSize | Gets or sets the data matrix barcode size. |
| FlipHorizontally | Gets or sets whether the barcode is flipped in horizontal direction. |
| FlipVertically | Gets or sets whether the barcode is flipped in vertical direction. |
| HatchingDirection | Gets or sets the hatching direction of the bar code shape. |
| HatchPattern | Gets or sets the hatch pattern of the data matrix barcode shape. |
| HatchLineDirection | Gets or sets the direction in which the hatch lines propagate during the hatching operation. |
| Height | Gets or sets the height of the data matrix barcode shape. |
| InvertImage | Gets or sets whether the bar code shape is inverted. |
| Location | Location of the bar code |
| MarkingOrder | Gets or sets how the bar code should be marked |
| QuietZone | Gets or sets whether the bar code needs a quiet zone |
| Text | Gets or sets the text of the bar code shape. |