PdfFormAutoFieldStyleSetFont(Font, Boolean) Method
Use the given system font when the automatically generated PDF form field needs a font
Namespace: EvoPdfAssembly: EvoHtmlToPdf_NetCore (in EvoHtmlToPdf_NetCore.dll) Version: 11.0.0
public void SetFont(
Font systemFont,
bool embedSystemFont
)
Public Sub SetFont (
systemFont As Font,
embedSystemFont As Boolean
)
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.