Table of Contents

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

Task<PlatformImage>

PickImageAsync(ImagePickerConfiguration)

Pick Image from gallery and returns the loaded image.

Task<PlatformImage> PickImageAsync(ImagePickerConfiguration configuration)

Parameters

configuration ImagePickerConfiguration

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

Returns

Task<PlatformImage>