PdfFormAutoFieldStyleSetFont(Font, Boolean) Method

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

Definition

Namespace: Winnovative.ExcelToPdf
Assembly: WnvExcelToPdf_NetCore (in WnvExcelToPdf_NetCore.dll) Version: 12.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