EvoPdf Next Library for .NET Documentation
C#
Show/Hide TOC
Pdf
Font
Style Enumeration
Represents font style flags used in text rendering
Definition
Namespace:
EvoPdf.Next
Assembly:
EvoPdf.Next (in EvoPdf.Next.dll) Version: 14.10.0
C#
Copy
[
FlagsAttribute
]
public
enum
PdfFontStyle
Members
Normal
0
The default font style
Bold
1
Bold text
Italic
2
Italic text
Underline
4
Underlined text
Strikeout
8
Text with a horizontal line through the middle
See Also
Reference
EvoPdf.Next Namespace
In This Article
Definition
Members
See Also