AutoPdfFormFieldSetFont(PdfFont) Method

Set the font of the automatically created field to an existing PDF font

Definition

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

Parameters

font  PdfFont
The PDF font

See Also