The WriteBarcode2DDataMatrixType Enumeration is available in LEADTOOLS Document and Medical Imaging toolkits.
Specifies the data matrix barcode type to write.| Visual Basic (Declaration) | |
|---|---|
<DataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="WriteBarcode2DDataMatrixType")> Public Enum WriteBarcode2DDataMatrixType Inherits System.Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As WriteBarcode2DDataMatrixType | |
| C# | |
|---|---|
[DataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="WriteBarcode2DDataMatrixType")] public enum WriteBarcode2DDataMatrixType : System.Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
[DataContractAttribute(Namespace="http://Leadtools.Services.Barcode.DataContracts/2009/01", Name="WriteBarcode2DDataMatrixType")] public enum class WriteBarcode2DDataMatrixType : public System.Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| Datamatrix104x104 | Data Matrix Type 104x104. |
| Datamatrix10x10 | Data Matrix Type 10x10. |
| Datamatrix120x120 | Data Matrix Type 120x120. |
| Datamatrix12x12 | Data Matrix Type 12x12. |
| Datamatrix12x26 | Data Matrix Type 12x26. |
| Datamatrix12x36 | Data Matrix Type 12x36. |
| Datamatrix132x132 | Data Matrix Type 132x132. |
| Datamatrix144x144 | Data Matrix Type 144x144. |
| Datamatrix14x14 | Data Matrix Type 14x14. |
| Datamatrix16x16 | Data Matrix Type 16x16. |
| Datamatrix16x36 | Data Matrix Type 16x36. |
| Datamatrix16x48 | Data Matrix Type 16x48. |
| Datamatrix18x18 | Data Matrix Type 18x18. |
| Datamatrix20x20 | Data Matrix Type 20x20. |
| Datamatrix22x22 | Data Matrix Type 22x20. |
| Datamatrix24x24 | Data Matrix Type 24x24. |
| Datamatrix26x26 | Data Matrix Type 26x26. |
| Datamatrix32x32 | Data Matrix Type 32x32. |
| Datamatrix36x36 | Data Matrix Type 36x36. |
| Datamatrix40x40 | Data Matrix Type 40x40. |
| Datamatrix44x44 | Data Matrix Type 44x44. |
| Datamatrix48x48 | Data Matrix Type 48x48. |
| Datamatrix52x52 | Data Matrix Type 52x52. |
| Datamatrix64x64 | Data Matrix Type 64x64. |
| Datamatrix72x72 | Data Matrix Type 72x72. |
| Datamatrix80x80 | Data Matrix Type 80x80. |
| Datamatrix88x88 | Data Matrix Type 88x88. |
| Datamatrix8x18 | Data Matrix Type 8x18. |
| Datamatrix8x32 | Data Matrix Type 8x32. |
| Datamatrix96x96 | Data Matrix Type 96x96. |
| DatamatrixDefault | Data Matrix Default Type. |
| DatamatrixWriteRectangle | Data Matrix Write Rectangle Type. |
You can combine values when reading more than one barcode type, by using a bitwise OR (|). Type RSS14 is now GS1 Databar. All references to RSS14 now refer to GS1 Databar.
System.Object
System.ValueType
System.Enum
Leadtools.Services.Barcode.DataContracts.WriteBarcode2DDataMatrixType
Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code