EVO HTML to PDF Converter

PdfFont Constructor (String, Single, Boolean)

Winnovative Client for .NET Documentation
Creates a PDF font for a font family name. The font must be installed on the server.

Namespace:  Winnovative.HtmlToPdfClient
Assembly:  WnvHtmlToPdfClient (in WnvHtmlToPdfClient.dll) Version: 16.0.0.0 (16.0.0.0)
Syntax

public PdfFont(
	string familyName,
	float fontSizePoints,
	bool embedFont
)

Parameters

familyName
Type: SystemString
The font family name
fontSizePoints
Type: SystemSingle
The font size in points
embedFont
Type: SystemBoolean
A flag indicating if the font will be embedded in PDF. A TextElement using this font can override this option.
See Also

Reference