Enum DataMatrixEncoding
Namespace: Syncfusion.Windows.Forms.Barcode
Assembly: Syncfusion.SfBarcode.Windows.dll
Syntax
public enum DataMatrixEncoding
Fields
| Name | Description |
|---|---|
| ASCII | Encoding is done by ASCII encoder. |
| ASCIINumeric | Encoding is done by Numeric encoder. |
| Auto | Encoding is choosen based on the data. |
| Base256 | Encoding is done by Base256 encode. |