Table of Contents

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

Task<ImageSource>

PickImageAsync(ImagePickerConfiguration)

Pick Image from gallery and returns the Imagesource.

Task<ImageSource> PickImageAsync(ImagePickerConfiguration configuration)

Parameters

configuration ImagePickerConfiguration

Configuration for the image picker. To change the title of the picker

Returns

Task<ImageSource>