PdfFormOptionsFormFieldFont Property

Gets or sets the default regular font used for interactive PDF form fields. If not set, Helvetica will be used

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
C#
public PdfBaseFont FormFieldFont { get; set; }

Property Value

PdfBaseFont

Remarks

For best compatibility with Adobe Reader interactive form fields, use open-source fonts such as Liberation Sans, Roboto or DejaVu. All modern browsers (Chrome, Edge) render PDF form fields correctly regardless of the font used

See Also