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