VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfDocumentCompressorSettingsJS type / set_MaxThreadCount Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_MaxThreadCount Method
    In This Topic
    Sets the maximum thread count.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfDocumentCompressorSettingsJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: number
    
    returnValue = instance.set_MaxThreadCount(value);
    
    
    function set_MaxThreadCount(
    value
    The maximum thread count. Default value is 1.
    : number
    ) : any;

    Parameters

    value
    The maximum thread count. Default value is 1.
    Browser Compatibility
    56+
    45+
    11
    See Also