AutoPdfFormFieldSetFont(Font, Boolean) Method

Set the font of the automatically created field to a .NET font

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public void SetFont(
	Font font,
	bool embed
)

Parameters

font  Font
The .NET font
embed  Boolean
Controls if the .NET font should be embedded in the PDF document

See Also