| BaseBarcodeFontName Property |
Font name that will be used for any text on barcode image.
Namespace:
Limilabs.Barcode
Assembly:
Barcode (in Barcode.dll) Version: 2.0.0.20
Syntax public string FontName { get; set; }
Public Property FontName As String
Get
Set
public:
virtual property String^ FontName {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract FontName : string with get, set
override FontName : string with get, set
Property Value
Type:
StringImplements
IBaseBarcodeFontNameSee Also