ImageGear .NET v25.2 - Updated
ImageGear.Barcode Assembly / ImageGear.Barcode Namespace / ImGearBarcodeWriter Class / TextFont Property




In This Topic
    TextFont Property
    In This Topic
    Gets or sets the font of the barcode written as text adjacent to the barcode being created.
    Syntax
    'Declaration
     
    Public Shadows Property TextFont As Font
    'Usage
     
    Dim instance As ImGearBarcodeWriter
    Dim value As Font
     
    instance.TextFont = value
     
    value = instance.TextFont
    public new Font TextFont {get; set;}
    public: __property new Font* get_TextFont();
    public: __property new void set_TextFont( 
       Font* value
    );
    public:
    new property Font^ TextFont {
       Font^ get();
       void set (    Font^ value);
    }

    Property Value

    The Font set.
    Remarks

    Default value: Arial, 16, Normal

    See Also