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
)
Public Sub EmbedFonts (
embed As Boolean
)
public:
virtual void EmbedFonts(
[InAttribute] bool embed
) sealed
function EmbedFonts(embed);
Parameters
- embed
- Type: SystemBoolean
if true all fonts will be embedded.
See Also