VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging Namespace / WebJpeg2000EncoderSettingsJS type / get_FileSize Property
Syntax Remarks BrowserCompatibility SeeAlso
In This Topic
    get_FileSize Method
    In This Topic
    Gets the desired size of the compressed image in bytes.
    Syntax
    var instance = new Vintasoft.Imaging.WebJpeg2000EncoderSettingsJS();
    
    var value; // Type: number
    value = instance.get_FileSize();
    
    
    function get_FileSize() : number;
    

    Return Value

    The desired size of the compressed image in bytes. Default value is 0.
    Remarks

    This value has effect only if get_CompressionType is set to "Lossy".

    Browser Compatibility
    56+
    45+
    11
    See Also