Class SdkConfiguration
- Namespace
- ScanbotSDK.MAUI.Core.Sdk
- Assembly
- DocumentSDK.MAUI.dll
public class SdkConfiguration
- Inheritance
-
SdkConfiguration
- Inherited Members
-
Constructors
SdkConfiguration()
public SdkConfiguration()
Properties
AllowGpuAcceleration
public bool AllowGpuAcceleration { get; set; }
Property Value
- bool
AllowXnnpackAcceleration
public bool AllowXnnpackAcceleration { get; set; }
Property Value
- bool
EnableNativeLogging
public bool EnableNativeLogging { get; set; }
Property Value
- bool
ErrorHandler
public Action<LicenseStatus, Feature, string> ErrorHandler { get; set; }
Property Value
- Action<LicenseStatus, Feature, string>
FileEncryptionMode
public FileEncryptionMode? FileEncryptionMode { get; set; }
Property Value
- FileEncryptionMode?
FileEncryptionPassword
public string FileEncryptionPassword { get; set; }
Property Value
- string
LicenseKey
[JsonRequired]
public string LicenseKey { get; set; }
Property Value
- string
LoggingEnabled
public bool LoggingEnabled { get; set; }
Property Value
- bool
public bool PerformanceHintApi { get; set; }
Property Value
- bool
StorageBaseDirectory
public string StorageBaseDirectory { get; set; }
Property Value
- string
public StorageImageFormat StorageImageFormat { get; set; }
Property Value
- StorageImageFormat
StorageImageQuality
public int StorageImageQuality { get; set; }
Property Value
- int
Methods
FromJson(string)
public static SdkConfiguration FromJson(string rawJson)
Parameters
rawJson string
Returns
- SdkConfiguration