Class SBSDKConfiguration
- Namespace
- ScanbotSDK.MAUI
- Assembly
- DocumentSDK.MAUI.dll
- Inheritance
-
SBSDKConfiguration
- Inherited Members
Fields
DetectorType
Field Value
Encryption
Optional storage encryption. Disabled by default.
Field Value
Properties
EnableLogging
Gets or sets a value indicating whether logging should be enabled. True by default.
Property Value
StorageBaseDirectory
Optional storage base directory of the SDK to store images and other files. Use this configuration property to overwrite the default storage directory of the SDK or leave null to use the default.
Property Value
- string
The file path of the storage base directory.
StorageImageFormat
Gets or sets the storage image format. The default storage format is JPEG.
Property Value
StorageImageQuality
Gets or sets JPEG quality. Must be a value between 0 and 100, the bigger
the better the quality and the larger the resulting image size.
Used only when Storage