Specifies style information applied to text.
Namespace:
Spire.Pdf.Graphics
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
[FlagsAttribute]
public enum PdfFontStyle
<FlagsAttribute>
Public Enumeration PdfFontStyle
[FlagsAttribute]
public enum class PdfFontStyle
[<FlagsAttribute>]
type PdfFontStyle
Members
|
Member name
|
Value
|
Description
|
|
Regular
|
0
|
Normal text.
|
|
Bold
|
1
|
Bold text.
|
|
Italic
|
2
|
Italic text.
|
|
Underline
|
4
|
Represents the underline text.
|
|
Strikeout
|
8
|
Strikeout text.
|
See Also