Click or drag to resize

SVGOutputOptionsSetSvgFonts Method

Sets whether to convert all fonts to SVG or not.

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

Parameters

svg_fonts
Type: SystemBoolean
If true, fonts are converted to SVG. Otherwise they are converted to OpenType. Default is false.
See Also