VintaSoft Twain .NET SDK 15.0: Документация для Веб разработчика
Vintasoft.Shared Namespace / WebPropertyInfoJS type
    WebPropertyInfoJS Тип
    В этом разделе
    Содержит информацию о свойстве объекта.
    Синтаксис
    // 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);
    
    
    function WebPropertyInfoJS;
    
    Иерархия наследования

    Object
       Vintasoft.Shared.WebPropertyInfoJS

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