VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Shared Namespace / WebPropertyInfoJS type / WebPropertyInfoJS Constructor(string,string,object,boolean,boolean)
Syntax BrowserCompatibility SeeAlso
In This Topic
WebPropertyInfoJS Constructor(string,string,object,boolean,boolean)
In This Topic
Initializes a new instance of the WebPropertyInfoJS class.
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);

Parameters

shortName
Short property name.
fullName
Fully qualified property name.
value
Property value.
readOnly
Indicates whether the property is read-only.
refreshFromParent
Indicates whether the property value can be changed only using the parent property.
Browser Compatibility
56+
45+
11
See Also