Specifies style information applied to text.
Namespace:
C1.Silverlight.PdfAssembly: C1.Silverlight.Pdf (in C1.Silverlight.Pdf.dll)
Syntax
| C# |
|---|
public enum PdfFontStyle |
| Visual Basic |
|---|
Public Enumeration PdfFontStyle |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Bold | 1 | Bold text. | |
| Italic | 2 | Italic text. | |
| Regular | 0 | Normal text. | |
| Strikeout | 8 | Text with a line through the middle. | |
| Underline | 4 | Underlined text. |