VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Shared Namespace / WebPropertyInfoJS type
Members Syntax Hierarchy BrowserCompatibility SeeAlso
In This Topic
WebPropertyInfoJS type
In This Topic
Contains information about the property of object.
Syntax
// Parameters
var shortName; // Type: string
var fullName; // Type: string
var value; // Type: object
var readOnly; // Type: boolean
var refreshFromParent; // Type: boolean

var instance = new Vintasoft.Shared.WebPropertyInfoJS(shortName, fullName, value, readOnly, refreshFromParent);

Inheritance Hierarchy

Object
   Vintasoft.Shared.WebPropertyInfoJS

Browser Compatibility
56+
45+
11
See Also