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);
function set_FileExtensionFilter(
: string
) : any;
Parameters
- value
- Unique file type specifiers.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also