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

PdfAcroFormFieldAppearance.FontFamily Property

Specifies the font family name for an interactive form field.

Namespace: DevExpress.Pdf

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

Declaration

public string FontFamily { get; set; }

Property Value

Type Description
String

A String that specifies the font family name.

Remarks

The FontFamily property returns a string by which a font 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