VintaSoft Barcode .NET SDK 15.1: Documentation for Web developer
Vintasoft.Shared Namespace / WebFileInfoJS type / WebFileInfoJS Constructors / WebFileInfoJS Constructor(string,string)
Syntax BrowserCompatibility SeeAlso
    WebFileInfoJS Constructor(string,string)
    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);
    
    

    Parameters

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