Search found 13 matches

by Document Partner
Thu Sep 08, 2011 3:32 pm
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: Encoding DataMatrix with Latin-2 using ECI
Replies: 4
Views: 23510

Re: Encoding DataMatrix with Latin-2 using ECI

Hi, Alright I did now find out, that new string() does not work with all values from 0 to 255 in a character array. So the code would more or like look like this: var barcodeWriter = new Vintasoft.Barcode.BarcodeWriter (); barcodeWriter.Settings.Barcode = Vintasoft.Barcode.BarcodeType.DataMatrix; ba...
by Document Partner
Thu Sep 08, 2011 3:19 pm
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: IndexOutOfBoundsException with german umlauts
Replies: 2
Views: 9311

IndexOutOfBoundsException with german umlauts

Hi, I get an exception " Index was outside the bounds of the array." when trying to encode an Aztec symbol with german umlauts. Here is the C# code I am using: var barcodeWriter = new Vintasoft.Barcode.BarcodeWriter (); barcodeWriter.Settings.Barcode = Vintasoft.Barcode.BarcodeType.Aztec; ...
by Document Partner
Wed Sep 07, 2011 11:36 am
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: Encoding DataMatrix with Latin-2 using ECI
Replies: 4
Views: 23510

Encoding DataMatrix with Latin-2 using ECI

Hi, We are a software company in Austria in the output management business. As an international operating corporation such we are facing the interesting requirement to encode middle and east * language characters of the German, Czech and Croatian language into datamatrix symbols. As we only have lim...