Description
Get/set the fonts subset percentage. If SubsetFonts is true, this is the percentage of used characters to determine when subset a font or embed all into PDF.
Syntax
optprint.MaxSubsetPct [=] shortValue |
optprint
print options object created by Fred.GetPDFOptions("") or Ted.GetPDFOptions("")
Example
Dim optPrint As Editorial.PrintOptions = Nothing
optPrint = Fred.GetPDFOptions("")
optPrint.MaxSubsetPct = 30
See also