DotCodeInterpretNonDataCharacters Property (WriterSettings)
Gets or sets a value indicating whether the barcode writer must interpret non-data characters in DotCode barcode.
[Description("A value indicating whether the barcode writer must interpret non-data characters in DotCode barcode.")]
[DefaultValue(True)]
public bool DotCodeInterpretNonDataCharacters { get; set; }
[Description("A value indicating whether the barcode writer must interpret non-data characters in DotCode barcode.")]
[DefaultValue(True)]
public: __property bool get_DotCodeInterpretNonDataCharacters();
public: __property void set_DotCodeInterpretNonDataCharacters(
bool
);
[Description("A value indicating whether the barcode writer must interpret non-data characters in DotCode barcode.")]
[DefaultValue(True)]
public:
property bool DotCodeInterpretNonDataCharacters {
bool get();
void set(bool );
}
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.
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