Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PdfGraphicsAcroFormFieldAppearance.FontFamily Property

Specifies the font family name for an interactive form field.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Drawing

Declaration

public string FontFamily { get; set; }

Property Value

Type Description
String

A String that specifies the font family name.

Remarks

The FontFamily property specifies the font family name that matches a font that will be selected in your system. If the desired font is not found in your machine, the font family will be set to Times New Roman.

See Also