VintaSoft Twain .NET SDK 15.0: Документация для Веб разработчика
Vintasoft.Shared Namespace / WebPropertyGridJS type / WebPropertyGridJS Constructors / WebPropertyGridJS Constructor(object)
Синтаксис Совместимость с браузерами Смотрите также
В этом разделе
    WebPropertyGridJS Constructor(object)
    В этом разделе
    Initializes a new instance of the WebPropertyGridJS class.
    Синтаксис
    // 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);
    
    
    function WebPropertyGridJS(
    object
    Исходный объект.
    : object
    ) : WebPropertyGridJS;

    Parameters

    object
    Исходный объект.
    Смотрите также