WebFileInfoJS Constructor(string,string,WebDocumentLayoutSettingsJS)
 
            
                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(
    : string, 
    : string, 
    : WebDocumentLayoutSettingsJS
) : WebFileInfoJS;
 
       
      Parameters
- id
 
- A string, which represents a file identifier.
 
- password
 
- A string, which represents a file password.
 
- documentLayoutSettings
 
- A document layout settings.
 
     
Browser Compatibility
See Also