Specifies style information applied to text.
Namespace: Spire.Pdf.GraphicsAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
[FlagsAttribute] public enum PdfFontStyle
<FlagsAttribute> Public Enumeration PdfFontStyle
[FlagsAttribute] public enum class PdfFontStyle
[<FlagsAttribute>] type PdfFontStyle
Members
| Member | Value | Description |
|---|---|---|
| Regular | 0 |
Normal text.
|
| Bold | 1 |
Bold text.
|
| Italic | 2 |
Italic text.
|
| Underline | 4 |
Represents the underline text.
|
| Strikeout | 8 |
Strikeout text.
|