Search found 15 matches

by IAmByB
Tue Jan 31, 2017 8:57 pm
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: Get Barcode128 Dimension from Vintasoft
Replies: 10
Views: 16142

Re: Get Barcode128 Dimension from Vintasoft

Hello, I have one more question about Vintasoft barcodes writer : If I create a barcode 128 with : SetMinWidth(0.375,MeasurementUnit.Millimeters); the value of MinWidth property is 2 px If I create a barcode 128 with : SetMinWidth(0.7,MeasurementUnit.Millimeters); the value of MinWidth property is t...
by IAmByB
Mon Jan 30, 2017 2:29 pm
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: Generated barcodes too wide
Replies: 14
Views: 18748

Re: Generated barcodes too wide

Hello, I create the barcodes in 72 dpi resolution because I am inserting them into an iTextSharp document, and I undertand that iTextSharp document has a resolution of 72 dpi. If I used a bigger resolution, I would have to reduce their dimensions to make them fit into the document ? I'd like to send...
by IAmByB
Thu Jan 26, 2017 7:00 pm
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: Generated barcodes too wide
Replies: 14
Views: 18748

Re: Generated barcodes too wide

Hello, I have a problem with the code you posted some days before. I tried to create barcodes with it, and I got images looking like barcodes, but I am unable to read them. I tried to read them with a hand-scanner, with some apps on my Android smartphone, and with the same Vintasoft DLL I use for ge...
by IAmByB
Tue Jan 24, 2017 1:24 pm
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: Get Barcode128 Dimension from Vintasoft
Replies: 10
Views: 16142

Re: Get Barcode128 Dimension from Vintasoft

Thank you very much for your code. I tried it and it works perfectly. It helped me to check that my own code is correct.

Can you please tell me what is the measurement unit of the MinWidth value (not the 0.375 value but the 2 value) ?

Thank you again for your help.
by IAmByB
Mon Jan 23, 2017 2:03 pm
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: Get Barcode128 Dimension from Vintasoft
Replies: 10
Views: 16142

Re: Get Barcode128 Dimension from Vintasoft

Hello, Please can you tell me what is the unit of the NarrowSizeBar value obtained when reading a barcode 128 with Vintasoft ? I assumed that it was in pixels, but I'd like to have a confirmation from your part ? I try to generate a barcode 128 with a NarrowBar Size of 0,375 millimeters, at a resolu...
by IAmByB
Fri Jan 20, 2017 8:05 pm
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: Generated barcodes too wide
Replies: 14
Views: 18748

Re: Generated barcodes too wide

OK, thank you for your help.
by IAmByB
Fri Jan 20, 2017 6:21 pm
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: Get Barcode128 Dimension from Vintasoft
Replies: 10
Views: 16142

Re: Get Barcode128 Dimension from Vintasoft

OK, I found the needed information. Thank you !
by IAmByB
Fri Jan 20, 2017 6:18 pm
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: Generated barcodes too wide
Replies: 14
Views: 18748

Re: Generated barcodes too wide

Thank you for the formula. I am working on PDF labels for Colissimo parcels in France. They ask for a barcode 128 with "base module" (ie the size of the smallest bar) of 0.375 millimeters. As my barcode is printed in 72 dpi resolution, I made the following calculations : 0.375 mm = 0,01476...
by IAmByB
Fri Jan 20, 2017 2:39 pm
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: Get Barcode128 Dimension from Vintasoft
Replies: 10
Views: 16142

Re: Get Barcode128 Dimension from Vintasoft

Yes, I want to get the bar width value of the recognized barcode (I understand it is the MinWidth value I can set in the Vintasoft barcode writer).
by IAmByB
Fri Jan 20, 2017 1:49 pm
Forum: VintaSoft Barcode .NET SDK Discussions
Topic: Get Barcode128 Dimension from Vintasoft
Replies: 10
Views: 16142

Get Barcode128 Dimension from Vintasoft

Hello, I am trying to develop an application in C# / Windows Form with Vintasoft to read a barcode 128 and know the Dimension (min width of narrow black bar). For this I use the above code, but I do not find any information of the Dimension value behind the informations collected in the infos value ...