PdfFontStyle Enum
Lists the form field’s font styles.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.1.Core.dll
NuGet Package: DevExpress.Pdf.Core
Declaration
Members
Name | Description |
---|---|
Regular
|
Normal text. |
Bold
|
Bold text. |
Italic
|
Italic text. |
Underline
|
Underlined text. |
Strikeout
|
Text with a line through the middle. |
Related API Members
The following properties accept/return PdfFontStyle values:
See Also