VintaSoft Barcode .NET SDK Discussions

Questions, comments and suggestions concerning VintaSoft Barcode .NET SDK.

Board index < VintaSoft Barcode < VintaSoft Barcode .NET SDK Discussions

We are migrating to new forums engine, no new registration or posting currently available. TIA for your patience.

ITF14 - Bearer Bars



ITF14 - Bearer Bars

Post by wilsonmellado »

Hi, I'm planning to use your SDK, but i didn't find any information about ITF-14 with bearer bars, it is supported by this SDK ? if not, any plans on roadmap to add it?

ITF-14 Bearer Bar
https://www.gtin.info/itf-14-barcodes/




Thanks!


Re: ITF14 - Bearer Bars

Post by Alex »

Hi,

Current version of SDK does not support bearer bars in ITF-14 barcodes. We will add support for bearer bars in ITF-14 barcodes in next minor version, which will be available in 1-2 weeks.

Best regards, Alexander


Re: ITF14 - Bearer Bars

Post by Alex »

Hi Wilson,

In version 12.0.2.1 we have added the ability to generate ITF-14, Standard2of5 and Interleaved2of5 barcodes with bearer bars, which are surrounding bars which protect the bar code image.

Here is code snippet that shows how to enable bearer bars in barcode writer:
barcodeWriter.Settings.BearerBars = BearerBarStyle.Frame;
barcodeWriter.Settings.BearerBarWidth = 3;
barcodeWriter.Settings.QuietZoneLeft = 30;
barcodeWriter.Settings.QuietZoneRight = 30;
Best regards, Alexander


Re: ITF14 - Bearer Bars

Post by wilsonmellado »

Hi! we made some tests today and it seems to be working fine!

thanks for the fast response.


Page 1 from 1: 1