-
Notifications
You must be signed in to change notification settings - Fork 24
MobileCRM.Services.DocumentService.resizeImage
rescocrm edited this page May 15, 2023
·
3 revisions
[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. |