PdfFormAutoFieldStyleSetFont(Font, Boolean) Method

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

Definition

Namespace: Winnovative
Assembly: WnvHtmlToPdf_NetCore (in WnvHtmlToPdf_NetCore.dll) Version: 18.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