DotCodeInterpretNonDataCharacters Свойство (WriterSettings)
Возвращает или задает значение, указывающее, должен ли генератор штрих-кодов интерпретировать символы, не являющиеся данными, в штрих-коде DotCode.
[DefaultValue(True)]
[Description("A value indicating whether the barcode writer must interpret non-data characters in DotCode barcode.")]
public bool DotCodeInterpretNonDataCharacters { get; set; }
[DefaultValue(True)]
[Description("A value indicating whether the barcode writer must interpret non-data characters in DotCode barcode.")]
public: __property bool get_DotCodeInterpretNonDataCharacters();
public: __property void set_DotCodeInterpretNonDataCharacters(
bool
);
[DefaultValue(True)]
[Description("A value indicating whether the barcode writer must interpret non-data characters in DotCode barcode.")]
public:
property bool DotCodeInterpretNonDataCharacters {
bool get();
void set(bool );
}
Property Value
True - генератор штрих-кодов должен интерпретировать символы, не являющиеся данными (
Fnc1,
ReaderProgramming,
CreateDotCodeStructuredAppendCharacter(Int32,Int32),
CreateECICharacter(Int32) SymbolSeparation) и кодировать их с помощью флагов FNC1, FNC2 и FNC3.
false - генератор штрих-кодов кодирует
Fnc1,
Fnc2 и
Fnc3 без изменений.
Значение по умолчанию -
true.
Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5