VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.UI.UIElements Namespace / WebUiUploadFileButtonJS type / set_FileExtensionFilter Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
set_FileExtensionFilter Method
In This Topic
Sets a unique file type specifiers describing file types to allow.
Syntax
var instance = new Vintasoft.Imaging.UI.UIElements.WebUiUploadFileButtonJS(settings);

var returnValue; // Type: any

// Parameters
var value; // Type: string

returnValue = instance.set_FileExtensionFilter(value);

Parameters

value
Unique file type specifiers.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also