Interface IImagePicker
- Namespace
- ScanbotSDK.MAUI
- Assembly
- ScanbotSDK.Shared.dll
Allows for picking images from the native gallery.
public interface IImagePicker
Methods
PickImageAsync()
Pick Image from gallery and returns the loaded image.
Task<PlatformImage> PickImageAsync()
Returns
PickImageAsync(ImagePickerConfiguration)
Pick Image from gallery and returns the loaded image.
Task<PlatformImage> PickImageAsync(ImagePickerConfiguration configuration)
Parameters
configuration
ImagePickerConfigurationConfiguration for the image picker. To change the title of the picker