Click or drag to resize

SVGOutputOptionsSetNoFonts Method

Sets whether to disable conversion of font data to SVG

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

Parameters

no_fonts
Type: SystemBoolean
If true, font data conversion is disabled. Default is false.
See Also