Click or drag to resize
FontStyleType Enumeration
Font style.

Namespace:  Limilabs.Barcode
Assembly:  Barcode (in Barcode.dll) Version: 2.0.0.20
Syntax
[FlagsAttribute]
public enum FontStyleType
Members
  Member nameValueDescription
Bold1 Bold text (1).
Italic2 Italic text (2).
Regular0 Normal text (0).
Strikeout8 Text with a line through the middle (8).
Underline4 Underlined text (4).
See Also