Interface IImagePickerService
- Namespace
- ScanbotSDK.MAUI
- Assembly
- ScanbotSDK.Shared.dll
IImagePickerService class allows to pick image from native gallery and provide the image source.
public interface IImagePickerService
Methods
PickImageAsync()
Pick Image from gallery and returns the Imagesource.
Task<ImageSource> PickImageAsync()
Returns
PickImageAsync(ImagePickerConfiguration)
Pick Image from gallery and returns the Imagesource.
Task<ImageSource> PickImageAsync(ImagePickerConfiguration configuration)
Parameters
configuration
ImagePickerConfigurationConfiguration for the image picker. To change the title of the picker