Skip to content

MobileCRM.Services.DocumentService.resizeImage

rescocrm edited this page May 15, 2023 · 3 revisions

[v11.1] Resize image defined by file path.

Arguments

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.

Clone this wiki locally