VintaSoft Barcode .NET SDK 15.0: Руководство для .NET разработчика
Vintasoft.Barcode Namespace / WriterSettings Class / ValueFont Property
Синтаксис Требования Смотрите также
В этом разделе
    ValueFont Свойство (WriterSettings)
    В этом разделе
    Возвращает или задает шрифт значения штрих-кода, записанного в виде текста.
    Синтаксис
    'Declaration
    
    <DescriptionAttribute("Font of the barcode value written as text.")>
    <CategoryAttribute("Barcode Printable Value")>
    Public Property ValueFont As Vintasoft.Barcode.TextRendering.TextFont
    
    
    [Description("Font of the barcode value written as text.")]
    [Category("Barcode Printable Value")]
    public Vintasoft.Barcode.TextRendering.TextFont ValueFont { get; set; }
    
    
    [Description("Font of the barcode value written as text.")]
    [Category("Barcode Printable Value")]
    public: __property Vintasoft.Barcode.TextRendering.TextFont* get_ValueFont();
    public: __property void set_ValueFont(
    Vintasoft.Barcode.TextRendering.TextFont* value
    );
    [Description("Font of the barcode value written as text.")]
    [Category("Barcode Printable Value")]
    public:
    property Vintasoft.Barcode.TextRendering.TextFont^ ValueFont { Vintasoft.Barcode.TextRendering.TextFont^ get(); void set(Vintasoft.Barcode.TextRendering.TextFont^ value); }
    Требования

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

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