Winnovative Word to PDF Converter

PdfFormAutoFieldStyleSetFont Method (String, FontStyle, Boolean)

Winnovative Word to PDF Converter Documentation
Use a font given by its family name and style

Namespace:  WnvWordToPdf
Assembly:  wnvwordtopdf (in wnvwordtopdf.dll) Version: 10.0.0.0
Syntax

public void SetFont(
	string familyName,
	FontStyle fontStyle,
	bool embedSystemFont
)

Parameters

familyName
Type: SystemString
The font family name
fontStyle
Type: System.DrawingFontStyle
The font style
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