Click or drag to resize

OptimizerTextSettingsEmbedFonts Method

Sets whether fonts should be embedded. This will generally increase the size of the file, but will make the file appear the same on different machines. Font embedding is off by default.

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

Parameters

embed
Type: SystemBoolean
if true all fonts will be embedded.
See Also