The barcode39 needs the start/stop symbol like "*".
Is it posible to add them automaticly ?
<ig:XamCode39Barcode Name="barCode39" Data="{Binding Path=DataItem.ArtikelNr, Mode=OneWay, StringFormat='+E513{0}1'}" ShouldGenerateChecksum="True" Stretch="None" Extended="True" />
Hi,
The star symbol is used as start/stop characters in the Code39 symbology and it is always decoded in the bars. It is not obligatory to be displayed in the human readable text by specification (ISO/IEC 16388:2007(E)): "This character shall not form part of the data encoded elsewhere in the symbol and shall not be transmitted by the decoder." This is why we decided not to include the start and stop stars characters in the XamCode39Barcode human readable text, so the user do not confuse.