VintaSoft Barcode .NET SDK 15.0: Руководство для .NET разработчика
Vintasoft.Barcode Namespace / WriterSettings Class / DotCodeInterpretNonDataCharacters Property
Синтаксис Требования Смотрите также
В этом разделе
    DotCodeInterpretNonDataCharacters Свойство (WriterSettings)
    В этом разделе
    Возвращает или задает значение, указывающее, должен ли генератор штрих-кодов интерпретировать символы, не являющиеся данными, в штрих-коде DotCode.
    Синтаксис
    '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.
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также