VintaSoft Twain .NET SDK 15.0: Documentation for Web developer
Vintasoft.Shared Namespace / WebImageCollectionJS type / setDecodingSettings Methods / setDecodingSettings(Vintasoft.Shared.WebDecodingSettingsJS) Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    setDecodingSettings(Vintasoft.Shared.WebDecodingSettingsJS) Method
    In This Topic
    Sets the decoding settings for all images from this collection.
    Syntax
    var instance = new Vintasoft.Shared.WebImageCollectionJS();
    
    var value; // Type: any
    
    // Parameters
    var value; // Type: WebDecodingSettingsJS
    
    value = instance.setDecodingSettings(value);
    
    
    function setDecodingSettings(
    value
    WebDecodingSettingsJS for all images from this collection.
    : WebDecodingSettingsJS
    ) : any;

    Parameters

    value
    WebDecodingSettingsJS for all images from this collection.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    9
    See Also