In This Topic
Sets the maximum size, in bytes, of image that can be inserted into spreadsheet.
Syntax
var instance = new Vintasoft.Imaging.Office.UI.WebSpreadsheetDocumentEditorControlJS(settings);
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_MaxImageSize(value);
function set_MaxImageSize(
: number
) : any;
Parameters
- value
- The maximum size, in bytes, of image. The default value is 4Mb.
Browser Compatibility
See Also