HiQPdf Next Library for .NET Documentation
C#
Show/Hide TOC
Pdf
Font
Style Enumeration
Represents font style flags used in text rendering
Definition
Namespace:
HiQPdf.Next
Assembly:
HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
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
HiQPdf.Next Namespace
In This Article
Definition
Members
See Also