VintaSoft Twain .NET SDK 15.0: Documentation for Web developer
Vintasoft.Shared Namespace / WebRenderingSettingsJS type / toObject Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    toObject Method
    In This Topic
    Returns settings as object.
    Syntax
    var instance = new Vintasoft.Shared.WebRenderingSettingsJS(resolution, interpolationMode, smoothingMode);
    
    var value; // Type: object
    value = instance.toObject();
    
    
    function toObject() : object;
    

    Return Value

    Settings as object.
    Browser Compatibility
    9
    See Also