Specifies style information applied to text.
Namespace:
C1.Phone.PdfAssembly: C1.Phone.Pdf (in C1.Phone.Pdf.dll)
Syntax
| C# |
|---|
[FlagsAttribute] public enum PdfFontStyle |
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration PdfFontStyle |
Members
| Member name | Description | |
|---|---|---|
| Bold | Bold text. | |
| Italic | Italic text. | |
| Regular | Normal text. | |
| Strikeout | Text with a line through the middle. | |
| Underline | Underlined text. |