PdfFormAutoFieldStyleSetFont(PdfFont) Method

Use the given previously created PDF 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(
	PdfFont pdfFont
)

Parameters

pdfFont  PdfFont
The PDF font

See Also