VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Office.UI Namespace / WebSpreadsheetDocumentEditorControlJS type / get_MaxImageSize Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_MaxImageSize Method
    In This Topic
    Gets the maximum size, in bytes, of image that can be inserted into spreadsheet.
    Syntax
    var instance = new Vintasoft.Imaging.Office.UI.WebSpreadsheetDocumentEditorControlJS(settings);
    
    var value; // Type: number
    value = instance.get_MaxImageSize();
    
    
    function get_MaxImageSize() : number;
    

    Return Value

    The maximum size, in bytes, of image. The default value is 4Mb.
    Browser Compatibility
    56+
    45+
    11
    See Also