Name | Description | |
---|---|---|
add | Adds image to the image collection. | |
clear | Clears this image collection. | |
clearAsync | Sends an asynchronous request to clear this image collection. | |
get_Count | Gets count of images in image collection. | |
get_TiffEncoderSettings | Gets settings of TIFF encoder. | |
getAsBase64String | Saves images from this image collection to an image file and returns file data as a Base64 string. | |
getAsBase64StringAsync | Sends an asynchronous request to save images from this image collection to an image file and return file data as a Base64 string. | |
getItem | Returns an image in image collection. | |
remove | Removes image from image collection. | |
removeAsync | Sends an asynchronous request to remove image from image collection. | |
removeAt | Removes image from image collection. | |
removeAtAsync | Sends an asynchronous request to remove image from image collection. | |
saveImages | Saves images from this image collection to a local file. | |
saveImagesAsync | Sends an asynchronous request to save images from this image collection to a local file. |