VintaSoft Twain .NET SDK 15.4: Documentation for Web developer
Vintasoft.Shared Namespace / WebPropertyGridJS type
Members Syntax Hierarchy BrowserCompatibility SeeAlso
In This Topic
WebPropertyGridJS type
In This Topic
Represents a tree structure that contains information about object properties. A tree node is an instance of WebPropertyInfoJS class.
Syntax
// Parameters
var object; // Type: object
var objShortName; // Type: string
var objFullName; // Type: string
var blackList; // Type: string[]

var instance = new Vintasoft.Shared.WebPropertyGridJS(object, objShortName, objFullName, blackList);

Inheritance Hierarchy

Object
   Vintasoft.Shared.WebPropertyGridJS

Browser Compatibility
9
See Also