Font style that will be used for any text on barcode image.
Namespace:
Lesnikowski.BarcodeAssembly: Barcode (in Barcode.dll) Version: 1.0.5.40002
Syntax
| C# |
|---|
public FontStyleType FontStyle { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property FontStyle As FontStyleType |
| Visual C++ |
|---|
public: virtual property FontStyleType FontStyle { FontStyleType get () sealed; void set (FontStyleType value) sealed; } |