VintaSoft Twain .NET SDK 15.1: Documentation for Web developer
Vintasoft.Shared Namespace / WebPropertyGridJS type / updatePropertyGrid Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    updatePropertyGrid Method
    In This Topic
    Synchronizes values in property grid and values of object whose values are shown in property grid.
    Syntax
    var instance = new Vintasoft.Shared.WebPropertyGridJS(object, objShortName, objFullName, blackList);
    
    var value; // Type: object[]
    
    // Parameters
    var newGrid; // Type: object
    
    value = instance.updatePropertyGrid(newGrid);
    
    
    function updatePropertyGrid(
    newGrid
    New property grid.
    : object
    ) : object[];

    Parameters

    newGrid
    New property grid.

    Return Value

    An array of properties which was updated.
    Browser Compatibility
    9
    See Also