HiQPdf Chromium for .NET Documentation
C#
Show/Hide TOC
Pdf
Font
Style Enumeration
Represents font style flags used in PDF text rendering. Multiple styles can be combined using bitwise OR (e.g., Bold | Italic)
Definition
Namespace:
HiQPdf.Chromium
Assembly:
HiQPdf.Chromium (in HiQPdf.Chromium.dll) Version: 17.5.0
C#
Copy
[
FlagsAttribute
]
public
enum
PdfFontStyle
Members
Normal
0
Normal text without additional styling
Bold
1
Bold text
Italic
2
Italicized (slanted) text
Underline
4
Underlined text
Strikeout
8
Text with a horizontal line through the middle (strikethrough)
See Also
Reference
HiQPdf.Chromium Namespace
In This Article
Definition
Members
See Also