VintaSoft Imaging .NET SDK 14.0: 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);
    
    
    function set_FileExtensionFilter(
    value
    Unique file type specifiers.
    : string
    ) : any;

    Parameters

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