Specifies style information applied to text.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
[FlagsAttribute]
public enum PdfFontStyle
<FlagsAttribute> 
Public Enumeration PdfFontStyle
[FlagsAttribute]
public enum class PdfFontStyle
[<FlagsAttribute>]
type PdfFontStyle

Members

MemberValueDescription
Regular0
Normal text.
Bold1
Bold text.
Italic2
Italic text.
Underline4
Represents the underline text.
Strikeout8
Strikeout text.

See Also