VintaSoft Barcode .NET SDK 16.0: Documentation for .NET developer
Vintasoft.Barcode Namespace / WriterSettings Class / DotCodeInterpretNonDataCharacters Property
Syntax Requirements SeeAlso
In This Topic
DotCodeInterpretNonDataCharacters Property (WriterSettings)
In This Topic
Gets or sets a value indicating whether the barcode writer must interpret non-data characters in DotCode barcode.
Syntax
'Declaration

<DescriptionAttribute("A value indicating whether the barcode writer must interpret non-data characters in DotCode barcode.")>
<DefaultValueAttribute(True)>
Public Property DotCodeInterpretNonDataCharacters As Boolean

[Description("A value indicating whether the barcode writer must interpret non-data characters in DotCode barcode.")]
[DefaultValue(True)]
public bool DotCodeInterpretNonDataCharacters { get; set; }

Property Value

True - the barcode writer must interpret non-data characters (Fnc1, ReaderProgramming, CreateDotCodeStructuredAppendCharacter(Int32,Int32), CreateECICharacter(Int32) SymbolSeparation) and encode them using FNC1, FNC2 and FNC3 flags.
false - the barcode writer encodes Fnc1, Fnc2 and Fnc3 characters as is.
Default value is true.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also