Skip to main content

PdfAcroFormFieldAppearance.FontFamily Property

Specifies the font family name for an interactive form field.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

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