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);
function set_FileId(
: string
) : any;
Parameters
- value
- The identifier of file, where exported images must be saved.
Browser Compatibility
See Also