var instance = new Vintasoft.Imaging.UI.WebDocumentViewerBaseJS(settings); var value; // Type: any // Parameters var fileId; // Type: string value = instance.openFile(fileId);
function openFile(
fileIdA string that represents the identifier of file, which is stored on server, or URL to a file.: string
) : any;
Parameters
- fileId
- A string that represents the identifier of file, which is stored on server, or URL to a file.