AutoPdfFormFieldSetFont(PdfStandardFont) Method

Set the font of the automatically created field to a standard PDF font

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public void SetFont(
	PdfStandardFont font
)

Parameters

font  PdfStandardFont
The standard PDF font

See Also