Description
Get/set the fonts embedding mode. If true, embeds all fonts in the output. If SubsetFonts is True, the fonts will be subset in the PDF.
Syntax
optprint.EmbedAllFonts [=] True | False |
optprint
print options object created by Fred.GetPDFOptions("") or Ted.GetPDFOptions("")
Example
Dim optPrint As Editorial.PrintOptions = Nothing
optPrint = Fred.GetPDFOptions("")
optPrint.EmbedAllFonts = True