Search found 2 matches

by ArnaudS
Wed May 10, 2017 2:42 pm
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: GS1 128 Barcode
Replies: 3
Views: 10053

Re: GS1 128 Barcode

Thank's you for your reply but i still have a problem, the sample don't show how to remove the 'AI' from the readable barcode.

I don't wan't to show the 'AI' in the code barre.

Is there a way to encode As a GS1 128 and don't show up the ApplicationIdentifier ?
by ArnaudS
Wed May 10, 2017 1:13 pm
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: GS1 128 Barcode
Replies: 3
Views: 10053

GS1 128 Barcode

Hi, I'm trying to create a GS1-128 Barcode with the symbologie indentifier "]C1" and 12 character. But i can't find the write syntax. I'm using VB.NET and I have try this: 'pWriter is a BarcodeWriter 'pText is my codebar value Dim lsi As New GS1_128BarcodeSymbology() pWriter.Settings.Value...