Back to Devexpress

PdfGraphicsAcroFormFieldAppearance.FontStyle Property

officefileapi-devexpress-dot-pdf-dot-pdfgraphicsacroformfieldappearance.md

latest1.3 KB
Original Source

PdfGraphicsAcroFormFieldAppearance.FontStyle Property

Specifies the font style of the form field.

Namespace : DevExpress.Pdf

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

NuGet Package : DevExpress.Pdf.Drawing

Declaration

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

Property Value

TypeDescription
DXFontStyle

An object that contains font style parameters.

|

Available values:

NameDescription
Regular

Normal text.

| | Bold |

Bold text.

| | Italic |

Italic text.

| | Underline |

Underlined text.

| | Strikeout |

Strike-through text.

|

See Also

PdfGraphicsAcroFormFieldAppearance Class

PdfGraphicsAcroFormFieldAppearance Members

DevExpress.Pdf Namespace