Skip to main content
A newer version of this page is available. .

PdfFontStyle Enum

Lists the form field’s font styles.

Namespace: DevExpress.Pdf

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

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:

Remarks

Values listed by this enumeration are returned by the PdfAcroFormFieldAppearance.FontStyle property.

See Also