This topic and its replies were posted before the current version of LEADTOOLS was released and may no longer be applicable.
#1
Posted
:
Thursday, December 4, 2008 4:51:34 PM(UTC)
Groups: Registered
Posts: 4
I need to write an RSS14 barcode but every time I try to write it I get an invalid string error but the string is "01234567890123" just like the samples.
Is there something else that I need to be adding to the barcode data string?
If so, how? In vb.net please?
#2
Posted
:
Friday, December 5, 2008 12:18:47 PM(UTC)
Groups: Registered, Tech Support, Administrators
Posts: 764
The extra 0 at the beginning is part of the writing process and not the actual string. If you pass "1234567890123" (or a string of any 13 numerals) then the 0 will be added to the beginning and written correctly.
For an example, take a look at our main Barcode demo that ships with the SDK. The default writing string when you select RSS14 and check the Truncated checkbox will be "1234567890123" and the barcode will be written out as "01234567890123". However, if you try to add a 0 before writing, then you will get an error as expected.
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.