VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Shared Namespace / WebImageJS type / get_DecodingSettings Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_DecodingSettings Method
    In This Topic
    Gets the decoding settings of this image.
    Syntax
    var instance = new Vintasoft.Shared.WebImageJS(imageSource, pageIndex);
    
    var value; // Type: Vintasoft.Shared.WebDecodingSettingsJS
    value = instance.get_DecodingSettings();
    
    
    function get_DecodingSettings() : WebDecodingSettingsJS;
    

    Return Value

    WebDecodingSettingsJS of this image.
    Browser Compatibility
    56+
    45+
    11
    See Also