VintaSoft Barcode .NET SDK 15.0: Руководство для .NET разработчика
Vintasoft.Barcode Namespace / WriterSettings Class / PrintableValue Property
Синтаксис Требования Смотрите также
В этом разделе
    PrintableValue Свойство (WriterSettings)
    В этом разделе
    Возвращает или задает текст, который должен быть напечатан под штрих-кодом.
    Синтаксис
    'Declaration
    
    <DefaultValueAttribute("")>
    <CategoryAttribute("Barcode Printable Value")>
    <DescriptionAttribute("Text that must be printed under barcode.")>
    Public Property PrintableValue As String
    
    
    [DefaultValue("")]
    [Category("Barcode Printable Value")]
    [Description("Text that must be printed under barcode.")]
    public string PrintableValue { get; set; }
    
    
    [DefaultValue("")]
    [Category("Barcode Printable Value")]
    [Description("Text that must be printed under barcode.")]
    public: __property string* get_PrintableValue();
    public: __property void set_PrintableValue(
    string* value
    );
    [DefaultValue("")]
    [Category("Barcode Printable Value")]
    [Description("Text that must be printed under barcode.")]
    public:
    property string^ PrintableValue { string^ get(); void set(string^ value); }

    Property Value

    null - генератор штрих-кодов будет печатать значение свойства Value под штрих-кодом;
    не null - генератор штрих-кодов будет печатать значение этого свойства под штрих-кодом.
    Требования

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

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