VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebImageConverterJS type / get_ConvertationStatus Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_ConvertationStatus Method
    In This Topic
    Gets a last received image file converting process status.
    Syntax
    var instance = new Vintasoft.Imaging.WebImageConverterJS(updateTimeout, service);
    
    var value; // Type: object
    value = instance.get_ConvertationStatus();
    
    
    function get_ConvertationStatus() : object;
    

    Return Value

    A last received image file convertation process status OR null if status has not been received. Object has the following properties:
    • description (string): The image file converting status. Possible values: "Encoding", "Finished" or "Aborted".
    • errorMessage (string): Error message.
    • progress (number): The progress, in percents, of synchronous file converting.
    • currentImageIndex (number): A zero-based index, which defines image that is being converting now.
    • convertedImageCount (number): The total number of converted images.
    • resultFilesIds (object): An array of identificators of the converted files.

    Browser Compatibility
    56+
    45+
    11
    See Also