MobileCRM.Services.DocumentService.resizeImage - Resconet/JSBridge GitHub Wiki
[v11.1] Resize image defined by file path.
Argument | Type | Description |
---|---|---|
filePath | String | A file path. |
maxWidth | Number | Max width. |
maxHeight | Number | Max height. |
callback | function(result) | A callback function for asynchronous result. In case of success result argument will be true otherwise false. |
scope | Object | The scope for callbacks. |