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

    Parameters

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