EVO Word to PDF Converter

PdfFormAutoFieldStyleSetFont Method (Font, Boolean)

EVO Word to PDF Converter Documentation
Use the given system font when the automatically generated PDF form field needs a font

Namespace:  EvoWordToPdf
Assembly:  evowordtopdf (in evowordtopdf.dll) Version: 10.0.0.0
Syntax

public void SetFont(
	Font systemFont,
	bool embedSystemFont
)

Parameters

systemFont
Type: System.DrawingFont
The system font
embedSystemFont
Type: SystemBoolean
A flag indicating if the system font will be embedded in PDF. Only the PDF form submit buttons support embedded system fonts.
See Also

Reference