VintaSoft Twain .NET SDK 15.0: Documentation for Web developer
Vintasoft.Shared Namespace / WebFileInfoJS type / WebFileInfoJS Constructors / WebFileInfoJS Constructor(string,string)
Syntax BrowserCompatibility SeeAlso
In This Topic
    WebFileInfoJS Constructor(string,string)
    In This Topic
    Initializes a new instance of the WebFileInfoJS class.
    Syntax
    // 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
    A string, which represents a file identifier.
    : string,
    password
    A string, which represents a file password.
    : string
    ) : WebFileInfoJS;

    Parameters

    id
    A string, which represents a file identifier.
    password
    A string, which represents a file password.
    Browser Compatibility
    9
    See Also