VintaSoft Twain .NET SDK 15.4: Documentation for Web developer
Vintasoft.Shared Namespace / WebPropertyGridJS type / WebPropertyGridJS Constructors / WebPropertyGridJS Constructor(object,string,string,string[])
Syntax BrowserCompatibility SeeAlso
In This Topic
WebPropertyGridJS Constructor(object,string,string,string[])
In This Topic
Initializes a new instance of the WebPropertyGridJS 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);

Parameters

object
Source object.
objShortName
Object short name.
objFullName
Object full name.
blackList
Array of object property names, that should not be included in the result structure.
Browser Compatibility
9
See Also