Skip to main content

PdfFontStyle Enum

Lists the form field’s font styles.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

[Flags]
public enum PdfFontStyle

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