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
DetectionService
Barcode Detection Service used for detection of Barcodes on image files.
public static IBarcodeDetector DetectionService { get; }
Property Value
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
LicenseInfo
SDK License info. Should be periodically checked whether the license is still valid or not
public static LicenseInfo LicenseInfo { get; }
Property Value
PickerService
Singleton implementation of the image picker launcher
public static IImagePickerService PickerService { get; }
Property Value
ReadyToUseUIService
Singleton implementation of ready-to-use UI launcher and page management.
public static IReadyToUseUIService ReadyToUseUIService { get; }
Property Value
SDKService
Singleton implementation of SDK functions.
public static IScanbotSDKService SDKService { get; }