VintaSoft Imaging .NET SDK 14.0: Документация для Веб разработчика
Vintasoft.Shared Namespace / WebFileInfoJS type / WebFileInfoJS Constructors / WebFileInfoJS Constructor(string)
Syntax BrowserCompatibility SeeAlso
В этом разделе
    WebFileInfoJS Constructor(string)
    В этом разделе
    Initializes a new instance of the WebFileInfoJS class.
    Синтаксис
    // Parameters
    var id; // Type: string
    var password; // Type: string
    var documentLayoutSettings; // Type: WebDocumentLayoutSettingsJS
    
    var instance = new Vintasoft.Shared.WebFileInfoJS(id, password, documentLayoutSettings);
    
    
    function WebFileInfoJS(
    id
    Строка, представляющая идентификатор файла.
    : string
    ) : WebFileInfoJS;

    Parameters

    id
    Строка, представляющая идентификатор файла.
    Смотрите также