PdfAcroFormFieldAppearance.FontFamily Property
In This Article
Specifies the font family name for an interactive form field.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
#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