Back to Devexpress

PdfAcroFormFieldAppearance.FontStyle Property

officefileapi-devexpress-dot-pdf-dot-pdfacroformfieldappearance-5dfc8614.md

latest1.4 KB
Original Source

PdfAcroFormFieldAppearance.FontStyle Property

Specifies the style of the form field font.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public PdfFontStyle FontStyle { get; set; }
vb
Public Property FontStyle As PdfFontStyle

Property Value

TypeDescription
PdfFontStyle

A PdfFontStyle value, representing the font style. The default value is PdfFontStyle.Regular.

|

Available values:

NameDescription
Regular

Normal text.

| | Bold |

Bold text.

| | Italic |

Italic text.

| | Underline |

Underlined text.

| | Strikeout |

Text with a line through the middle.

|

See Also

PdfAcroFormFieldAppearance Class

PdfAcroFormFieldAppearance Members

DevExpress.Pdf Namespace