'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; }
[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 value
);
[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 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.