VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebWebpEncoderSettingsJS type / get_FileType Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_FileType Method
    In This Topic
    Gets the file format type algorithm.
    Syntax
    var instance = new Vintasoft.Imaging.WebWebpEncoderSettingsJS();
    
    var value; // Type: Vintasoft.Imaging.WebWebpFileFormatTypeJS
    value = instance.get_FileType();
    
    
    function get_FileType() : WebWebpFileFormatTypeJS;
    

    Return Value

    An instance of WebWebpFileFormatTypeJS class that defines the image file format type.
    Browser Compatibility
    56+
    45+
    11
    See Also