'Declaration Public Property dotCodeInterpretNonDataCharacters As Boolean
public bool dotCodeInterpretNonDataCharacters { get; set; }
Property Value
True - the barcode writer must interpret non-data characters (Vintasoft.Barcode.BarcodeInfo.NonDataFlags.Fnc1, Vintasoft.Barcode.BarcodeInfo.NonDataFlags.ReaderProgramming, Vintasoft.Barcode.BarcodeInfo.NonDataFlags.CreateDotCodeStructuredAppendCharacter(System.Int32,System.Int32), Vintasoft.Barcode.BarcodeInfo.NonDataFlags.CreateECICharacter(System.Int32) Vintasoft.Barcode.BarcodeInfo.NonDataFlags.SymbolSeparation) and encode them using FNC1, FNC2 and FNC3 flags.
false - the barcode writer encodes Vintasoft.Barcode.BarcodeInfo.NonDataFlags.Fnc1, Vintasoft.Barcode.BarcodeInfo.NonDataFlags.Fnc2 and Vintasoft.Barcode.BarcodeInfo.NonDataFlags.Fnc3 characters as is.
Default value is true.
false - the barcode writer encodes Vintasoft.Barcode.BarcodeInfo.NonDataFlags.Fnc1, Vintasoft.Barcode.BarcodeInfo.NonDataFlags.Fnc2 and Vintasoft.Barcode.BarcodeInfo.NonDataFlags.Fnc3 characters as is.
Default value is true.