Data Matrix Generator Software generate, create 2d barcode Data Matrix images


Data Matrix Labels Printing using Data Matrix Generator for Windows

  • Mature and reliable Data Matrix and GS1 Data Matrix Barcode Generator Software for Windows
  • Easy to generate Data Matrix images in BMP, GIF, JPEG, PNG, WMF
  • Simple to install, no registration key, no activation code required
  • Copy-to-clipboard allows easy to paste Data Matrix barcode images into Microsoft Office and Adobe applications
  • Easy to generate Data Matrix with Microsoft Word, Excel, Publisher, Adobe PhotoShop, InDesign, FrameMaker, PageMaker and Quark XPress
  • Time saving to generate batch Data Matrix images
  • Data Matrix generated are compatible with latest barcode symbology ISO Standards
  • Reliable Data Matrix Generator Software using .NET Barcode Generator SDK

Barcode Software & Libraries

OnBarcode provides high quality barcode software and libraries for you.


QR Code Software & DLLs

OnBarcode provides high performance QR Code software and dlls for you.

  • QR Code Java Reader - Reading, scanning QR Code barcodes in Java applications.
  • QR Code .NET Reader - Scanning, reading QR Code barcodes in .NET projects
  • QR Code VB.NET - Generating, creating QRCode images with Visual Basic / VB.NET sample code.
  • QR Code C# - Generating, creating QR Code image with Visual C# sample code.
  • QR Code ASP.NET - Creating, streaming QR Code bar codes in ASP.NET aspx / html pages.
  • QR Code .NET WinForms - printing, generating QR Code 2D barcodes in Windows applications.


Data Matrix Software & Components

OnBarcode provides complete Data Matrix barcode generating component, library, and SDK for you.

 

Data Matrix Barcode Generator Software - Data Matrix Customization Settings



Category Parameter Value Comments
Basic DATA Type: string
Default: "DataMatrix"
Barcode value to encode

Data Matrix Valid Data Char Set:
  • ASCII values 0 - 127 in accordance with the US national version of ISO/IEC 646
    NOTE: This version consists of the G0 set of ISO/IEC 646 and the C0 set of ISO/IEC 6429 with values 28 - 31 modified to FS, GS, RS and US respectively.
  • ASCII values 128 - 255 in accordance with ISO 8859-1. These are referred to as extended ASCII.

 
Data Matrix
Special
PROCESS-TILDE Type: bool
Default: true
Set the ProcessTilde property to true, if you want use the tilde character "~" to specify special characters in the input data. Default is true.
  • 1-byte character: ~0dd/~1dd/~2dd (character value from 000 ~ 255); ASCII character '~' is presented by ~126
    Strings from "~256" to "~299" are unused
  • 2-byte character (Unicode): ~6ddddd (character value from 00000 ~ 65535)
    Strings from "~665536" to "~699999" are unused
  • for GS1 AI Code:
    ~ai2: AI with 2 digits
    ~ai3: AI with 3 digits
    ~ai4: AI with 4 digits
    ~ai5: AI with 5 digits
    ~ai6: AI with 6 digits
    ~ai7: AI with 7 digits
  • ECI: ~7dddddd (valid value of dddddd from 000000 to 999999)
  • ~rp: Reader Programming (for ASCII mode and Auto mode only)
    This should be located at the beginning of the encoding data, e.g. data = "~rpABCD1234".
  • ~m5: 05 Macro (for ASCII mode and Auto mode only)
    This should be located at the beginning of the encoding data, e.g. data = "~m5ABCD1234".
  • ~m6: 06 Macro (for ASCII mode and Auto mode only)
    This should be located at the beginning of the encoding data, e.g. data = "~m6ABCD1234".


In parameter value, use "true" for true, "false" for false.
DATA-MODE Type: int

Default: 1 (ASCII)
Data Matrix data encoding mode.

Valid values are:
  • Auto (0): Barcode library will decide the best data mode for you.
  • ASCII (1): it is used to encode data that mainly contains ASCII characters (0-127). This is the default encoding format by Barcode Library.
  • C40 (2): it is used to encode data that mainly contains numeric and upper case characters.
  • Text (3): it is used to encode data that mainly contains numeric and lower case characters.
  • X12 (4):it is used to encode the standard ANSI X12 electronic data interchange characters.
  • Edifact (5): it is used to encode 63 ASCII values (values from 32 to 94) plus an Unlatch character (binary 011111).
  • Base256 (6): it is used to encode 8 bit values.
FORMAT-MODE Type: int

Default: 0 (10X10)
Specifies the Data Matrix Format mode to apply on that symbology. Valid values are
  • 0 (10X10)
  • 1 (12X12)
  • 2 (14X14)
  • 3 (16X16)
  • 4 (18X18)
  • 5 (20X20)
  • 6 (22X22)
  • 7 (24X24)
  • 8 (26X26)
  • 9 (32X32)
  • 10 (36X36)
  • 11 (40X40)
  • 12 (44X44)
  • 13 (48X48)
  • 14 (52X52)
  • 15 (64X64)
  • 16 (72X72)
  • 17 (80X80)
  • 18 (88X88)
  • 19 (96X96)
  • 20 (104X104)
  • 21 (120X120)
  • 22 (132X132)
  • 23 (144X144)
  • 24 (8X18)
  • 25 (8X32)
  • 26 (12X26)
  • 27 (12X36)
  • 28 (16X36)
  • 29 (16X48)
FNC1 Type: FNC1

Default: 0
To encode GS1 compatible Data Matrix barcide, you need set FNC1 value to 1.
STRUCTURED-APPEND Type: bool
Default: false
Set Structured Append property to true, then Structured Append is enabled.

In parameter value, use "true" for true, "false" for false.
SYMBOLE-COUNT Type: int
Default: 0
Set SymbolCount property to the number of total symbols which make the sequence.
SYMBOL-INDEX Type: int
Default: 0
Set SymbolIndex property to the position of current symbol in the secuence (Start with 0).
FILE-ID Type: int
Default: 0
Set FileId property to be identified to the same file.
 
Size Related UOM Type: int
Default: 0 (PIXEL)
Unit of meature for all size related settings.

Valid values:
  • 0 (PIXEL)
  • 1 (CM)
  • 2 (INCH)
X Type: float
Default: 3
barcode module width and height, default is 3 pixel
BARCODE-WIDTH Type: float
Default: 0
Barcode image width.

If BarcodeWidth setting is smaller than the barcode required minimum width, Online Barcode Generator will automatically reset to barcode minimum width.
BARCODE-HEIGHT Type: float
Default: 0
Barcode image height.

If BarcodeHeight setting is smaller than the barcode required minimum height, Online Barcode Generator will automatically reset to barcode minimum height.
LEFT-MARGIN Type: float
Default: 0
Barcode image left margin size.
RIGHT-MARGIN Type: float
Default: 0
Barcode image right margin size.
TOP-MARGIN Type: float
Default: 0
Barcode image top margin size.
BOTTOM-MARGIN Type: float
Default: 0
Barcode image bottom margin size.
RESOLUTION Type: int
Default: 72
Barcode image resolution in DPI (Dots per inch).
ROTATE Type: int
Default: 0
Valid values:

  • 0 (in roration angle 0 degree)
  • 1 (in roration angle 90 degree)
  • 2 (in roration angle 180 degree)
  • 3 (in roration angle 270 degree)







































Start with free trial package:








































Terms of Use | Privacy Policy
Copyright © OnBarcode.com . All rights reserved.