VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Pdf Namespace / WebPdfDocumentCompressorSettingsJS type / get_MaxThreadCount Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_MaxThreadCount Method
    In This Topic
    Gets the maximum thread count.
    Syntax
    var instance = new Vintasoft.Imaging.Pdf.WebPdfDocumentCompressorSettingsJS();
    
    var value; // Type: number
    value = instance.get_MaxThreadCount();
    
    
    function get_MaxThreadCount() : number;
    

    Return Value

    The maximum thread count.
    Browser Compatibility
    56+
    45+
    11
    See Also