| BarcodeControlFontName Property |
Font name that will be used for any text on barcode image.
Namespace:
Limilabs.Windows
Assembly:
Barcode (in Barcode.dll) Version: 2.0.0.20
Syntax [TypeConverterAttribute(typeof(FontConverterFontNameConverter))]
public string FontName { get; set; }
<TypeConverterAttribute(GetType(FontConverterFontNameConverter))>
Public Property FontName As String
Get
Set
public:
[TypeConverterAttribute(typeof(FontConverterFontNameConverter))]
property String^ FontName {
String^ get ();
void set (String^ value);
}
[<TypeConverterAttribute(typeof(FontConverterFontNameConverter))>]
member FontName : string with get, set
Property Value
Type:
StringSee Also