VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Shared Namespace / WebImageJS type / get_DecoderName Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_DecoderName Method
    In This Topic
    Gets the decoder name.
    Syntax
    var instance = new Vintasoft.Shared.WebImageJS(imageSource, pageIndex);
    
    var value; // Type: string
    value = instance.get_DecoderName();
    
    
    function get_DecoderName() : string;
    

    Return Value

    Decoder name.
    Browser Compatibility
    56+
    45+
    11
    See Also