VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfDocumentCompressorSettingsJS type / set_OptimizeFontSubsets Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    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(
    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.
    : 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
    56+
    45+
    11
    See Also