Font name that will be used for any text on barcode image.
Namespace: Limilabs.BarcodeAssembly: Barcode (in Barcode.dll) Version: 2.0.0.20
Syntax
| C# |
|---|
public string FontName { get; set; } |
| Visual Basic |
|---|
Public Property FontName As String Get Set |
| Visual C++ |
|---|
public: virtual property String^ FontName { String^ get () sealed; void set (String^ value) sealed; } |