Table of Contents

Class ScanbotSDK

Namespace
ScanbotSDK.MAUI
Assembly
DocumentSDK.MAUI.dll

Entry point to Scanbot SDK functions.

public static class ScanbotSDK
Inheritance
ScanbotSDK
Inherited Members

Properties

DataDetectionService

Barcode Detection Service used for detection of Barcodes on image files.

public static IDataDetectionService DataDetectionService { get; }

Property Value

IDataDetectionService

DetectionService

Barcode Detection Service used for detection of Barcodes on image files.

public static IBarcodeDetector DetectionService { get; }

Property Value

IBarcodeDetector

IsLicenseValid

Returns whether the installed license is valid. If the SDK was initialized without a license, trial mode will be enabled and the license will remain valid for about a minute.

public static bool IsLicenseValid { get; }

Property Value

bool

true if the license is valid; otherwise, false.

LegacyBarcodeScanner

Singleton implementation of the Legacy Barcode Scanner launcher

[Obsolete("This Barcode scanning feature is deprecated. We recommend using our new RTU UI v2 Barcode Scanning feature available in the ReadyToUseUIService.")]
public static IBarcodeScanner LegacyBarcodeScanner { get; }

Property Value

IBarcodeScanner

LicenseInfo

SDK License info. Should be periodically checked whether the license is still valid or not

public static LicenseInfo LicenseInfo { get; }

Property Value

LicenseInfo

PickerService

Singleton implementation of the image picker launcher

public static IImagePickerService PickerService { get; }

Property Value

IImagePickerService

ReadyToUseUIService

Singleton implementation of ready-to-use UI launcher and page management.

public static IReadyToUseUIService ReadyToUseUIService { get; }

Property Value

IReadyToUseUIService

SDKService

Singleton implementation of SDK functions.

public static IScanbotSDKService SDKService { get; }

Property Value

IScanbotSDKService