VintaSoft Barcode .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Barcode Namespace / WriterSettings Class / ValueFont Property
Syntax Requirements SeeAlso
In This Topic
    ValueFont Property (WriterSettings)
    In This Topic
    Gets or sets the font of the barcode value written as text.
    Syntax
    '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); }
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also