Zum Hauptinhalt gehen

Suche

Suche

Data Matrix Barcode

Kommentare

4 Kommentare

  • Avatar
    Legacy Poster
    Hi,

    I forget which version offered this functionality natively. If it was after 9.1, you may not have it in the human readable options of the barcode. However, you can create a separate text field and link it to your DataMatrix sub-string.
    0
  • Avatar
    Legacy Poster
    To include/print out the actual human readable serial number directly below the Data Matrix barcode, you can read this passage called [url="http://www.onbarcode.com/products/net_barcode/barcodes/data_matrix.html"].NET Data Matrix Barcode Generator SDK containing guide[/url.
    Here is a expamle source code:
    Dim datamatrix As OnBarcode.Barcode.DataMatrix
    datamatrix = New OnBarcode.Barcode.DataMatrix()
    datamatrix.Data = "0123456789"
    datamatrix.X = 3

    ' Generate Data Matrix and encode barcode to png format
    datamatrix.ImageFormat = System.Drawing.Imaging.ImageFormat.Png
    datamatrix.drawBarcode("C://vbnet-datamatrix.png")

    ' Print Data Matrix to vb.net Bitmap object
    Dim datamatrixBitmap As Bitmap
    datamatrixBitmap = datamatrix.drawBarcode()
    0
  • Avatar
    Legacy Poster

    Are you using a third party control or not?

    I am using a third party control which is is a reliable and mature .NET barcode generating library for developing .NET Winforms applications, ASP.NET Web Forms applications, ASP.NET MVC applications, WPF applications, Silverlight applications....

    If just some sample code can create barcode, that would be great!

    You can refer to the site and find what you wantand then include/print out the actual human readable serial number directly below the barcode.

    Hope you success.

     

     

    Best regards,

    Arron

    0
  • Avatar
    Ian Cummings
    Moderator

    There is no need to use any form of external third party control and BarTender is already capable of producing what is needed.  BarTender fully renders the data matrix code natively or via a printer command.  In terms of the human readable, all you need do is first give a share name to the data in the data matrix code, then create a separate text object and specify the already created share name as its data source.  As mentioned by nRyder, human readable for data matrix codes was added as a built-in feature with newer versions of BarTender.

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.