PdfFontStyle Enumeration

Represents font style flags used in text rendering

Definition

Namespace: Winnovative.Pdf.Next
Assembly: Winnovative.Pdf.Next (in Winnovative.Pdf.Next.dll) Version: 20.10.0
C#
[FlagsAttribute]
public enum PdfFontStyle

Members

Normal0 The default font style
Bold1 Bold text
Italic2 Italic text
Underline4 Underlined text
Strikeout8 Text with a horizontal line through the middle

See Also