Click or drag to resize

ReflowSetFontOverrideName Method

Overrides the font to use for reflowed content. If this property is empty, the default PDF font will be used. Default is no override.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetFontOverrideName(
	string font_family
)

Parameters

font_family
Type: SystemString
the font-family value that goes to the CSS in the output HTML
See Also