PdfFontStyle Enumeration
Represents font style flags used in PDF text rendering.
Multiple styles can be combined using bitwise OR (e.g., Bold | Italic)
Namespace: Winnovative.Pdf.ChromiumAssembly: Winnovative.Pdf.Chromium (in Winnovative.Pdf.Chromium.dll) Version: 19.5.0
[FlagsAttribute]
public enum PdfFontStyle
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)
|