VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging Namespace / WebExportFileSettingsJS type / set_FileId Property
Syntax BrowserCompatibility SeeAlso
In This Topic
set_FileId Method
In This Topic
Sets the identifier of file, where exported images must be saved.
Syntax
var instance = new Vintasoft.Imaging.WebExportFileSettingsJS();

var returnValue; // Type: any

// Parameters
var value; // Type: string

returnValue = instance.set_FileId(value);

Parameters

value
The identifier of file, where exported images must be saved.
Browser Compatibility
56+
45+
11
See Also