PdfFormAutoFieldStyleSetFont(Font, Boolean) Method

Use the given system font when the automatically generated PDF form field needs a font

Definition

Namespace: EvoPdf
Assembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
C#
public void SetFont(
	Font systemFont,
	bool embedSystemFont
)

Parameters

systemFont  Font
The system font
embedSystemFont  Boolean
A flag indicating if the system font will be embedded in PDF. Only the PDF form submit buttons support embedded system fonts.

See Also