VintaSoft Twain .NET SDK 15.4: Документация для Веб разработчика
Vintasoft.Shared Namespace / WebPropertyInfoJS type
WebPropertyInfoJS Тип
В этом разделе
Contains information about the property of object.
Синтаксис
// 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);

Иерархия наследования

Object
   Vintasoft.Shared.WebPropertyInfoJS

Смотрите также