'Declaration <DefaultValueAttribute(True)> <DescriptionAttribute("A value indicating whether the barcode writer must interpret non-data characters in DotCode barcode.")> Public Property DotCodeInterpretNonDataCharacters As Boolean
[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 value
);
[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 value); }
Property Value
True - генератор штрих-кодов должен интерпретировать символы, не являющиеся данными (Fnc1, ReaderProgramming, CreateDotCodeStructuredAppendCharacter(Int32,Int32), CreateECICharacter(Int32) SymbolSeparation) и кодировать их с помощью флагов FNC1, FNC2 и FNC3.
false - генератор штрих-кодов кодирует Fnc1, Fnc2 и Fnc3 без изменений.
Значение по умолчанию - true.
false - генератор штрих-кодов кодирует Fnc1, Fnc2 и Fnc3 без изменений.
Значение по умолчанию - true.