VintaSoft Imaging .NET SDK 15.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebFileConverterJS type / WebFileConverterJS Constructors / WebFileConverterJS Constructor(number,WebServiceJS)
Syntax BrowserCompatibility SeeAlso
In This Topic
    WebFileConverterJS Constructor(number,WebServiceJS)
    In This Topic
    Initializes a new instance of the WebFileConverterJS class.
    Syntax
    // Parameters
    var updateTimeout; // Type: number
    var service; // Type: WebServiceJS
    
    var instance = new Vintasoft.Imaging.WebFileConverterJS(updateTimeout, service);
    
    
    function WebFileConverterJS(
    updateTimeout
    A timeout, in milliseconds, for updating the image/document file converting progress. Default value is 300 milliseconds.
    : number,
    service
    WebServiceJS, which allows to convert image/document files. Service, which is specified by WebServiceJS.defaultConverterService property, will be used if this parameter is null.
    : WebServiceJS
    ) : WebFileConverterJS;

    Parameters

    updateTimeout
    A timeout, in milliseconds, for updating the image/document file converting progress. Default value is 300 milliseconds.
    service
    WebServiceJS, which allows to convert image/document files. Service, which is specified by WebServiceJS.defaultConverterService property, will be used if this parameter is null.
    Browser Compatibility
    56+
    45+
    11
    See Also