Parameters
- fileName
- A name of image file, which should be created.
- imageIds
- An array of strings, which define identifiers of images.
Return Value
A Base64 string.
| Exception | Description |
|---|---|
| Thrown if imageIds is not an array of strings OR images are not retrieved. |
This function sends a synchronous request to save images from this image collection to an image file. If you want to use asynchronous request instead of synchronous request, please use WebAcquiredImageCollectionJS.getAsBase64StringAsync function.