Skip to main content

PdfGraphicsAcroFormFieldAppearance.FontFamily Property

Specifies a font family name for an interactive form field.

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Drawing

Declaration

public string FontFamily { get; set; }

Property Value

Type Description
String

A font family name.

Remarks

If the specified font is not found on your machine, the font family is set to Times New Roman.

See Also