VintaSoft Barcode .NET SDK Discussions
Questions, comments and suggestions concerning VintaSoft Barcode .NET SDK.
Board index < VintaSoft Barcode < VintaSoft Barcode .NET SDK Discussions
Just to clear few things there are 2 api sets available in the lib for to set barcode data either through BarcodeWriter.Settings.ValueItemsThe WriterSettings.Value property allows to set the barcode value:
OR
BarcodeWriter.Settings.Value.
which one should be used for barcode PDF417 as both are working in POC I created from sample code from SDK.
and in the demo app the EciCharacterEncoder & EciCharacterEncoding are used which one is default for PDF417 barcode.
just need some clarification on above properties as demo app has lots of options that make me wonder which one is default.