set_OptimizeFontSubsets Method
In This Topic
Sets a value indicating whether the command must optimize font subsets.
Syntax
var instance = new Vintasoft.Imaging.Pdf.WebPdfDocumentCompressorSettingsJS();
var returnValue; // Type: any
// Parameters
var value; // Type: boolean
returnValue = instance.set_OptimizeFontSubsets(value);
function set_OptimizeFontSubsets(
: boolean
) : any;
Parameters
- value
- True - command must optimize font subsets (several fonts, which are subsets of the same base font, will be merged into a single font); false - command must NOT optimize font subsets.
Default value is false.
Browser Compatibility
See Also