setImageFromGalleryMaxSize method of the ImageCaptureSettings interface
Sets the maximum available size of an image, that can be loaded from the gallery.
void setImageFromGalleryMaxSize( int size );
Parameters
- size
- Length of the largest side of an image (in pixels). Must be greater than 0.
3/2/2022 12:59:15 PM