Click or drag to resize

SVGOutputOptionsSetEmbedFonts Method

Sets whether to embed fonts into each SVG page file, or to have them shared.

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

Parameters

embed_fonts
Type: SystemBoolean
If true, fonts are injected into each SVG page. Otherwise they are created as separate files that are shared between SVG pages. Default is false.
See Also