Click or drag to resize

SVGOutputOptionsSetPreserveFontFamilyNames Method

Sets whether to use the font/font-family naming scheme as obtained from the source file.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void SetPreserveFontFamilyNames(
	bool preserve
)

Parameters

preserve
Type: SystemBoolean
if true, font family names are preserved. Default is false.
See Also