Font style.
Namespace:
Lesnikowski.BarcodeAssembly: Barcode (in Barcode.dll) Version: 1.0.5.40002
Syntax
| C# |
|---|
[FlagsAttribute] public enum FontStyleType |
| Visual Basic (Declaration) |
|---|
<FlagsAttribute> _ Public Enumeration FontStyleType |
| Visual C++ |
|---|
[FlagsAttribute] public enum class FontStyleType |
Members
| Member name | Description | |
|---|---|---|
| Bold |
Bold text (1).
| |
| Italic |
Italic text (2).
| |
| Regular |
Normal text (0).
| |
| Strikeout |
Text with a line through the middle (8).
| |
| Underline |
Underlined text (4).
|