Back to Devexpress

PdfFontStyle Enum

officefileapi-devexpress-dot-pdf-df158729.md

latest1.0 KB
Original Source

PdfFontStyle Enum

Lists the form field’s font styles.

Namespace : DevExpress.Pdf

Assembly : DevExpress.Pdf.v25.2.Core.dll

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
[Flags]
public enum PdfFontStyle
vb
<Flags>
Public Enum PdfFontStyle

Members

NameDescription
Regular

Normal text.

| | Bold |

Bold text.

| | Italic |

Italic text.

| | Underline |

Underlined text.

| | Strikeout |

Text with a line through the middle.

|

The following properties accept/return PdfFontStyle values:

See Also

DevExpress.Pdf Namespace