ScanSettings Class |
Namespace: Scandit.BarcodePicker
The ScanSettings type exposes the following members.
Name | Description | |
---|---|---|
ScanSettings |
Construct a new scan settings instance with all symbologies disabled
| |
ScanSettings(BarcodeScannerSettings) |
Create new scan settings from barcode scanner settings instance
|
Name | Description | |
---|---|---|
ActiveScanningAreaLandscape |
The active scanning area when the picker is in landscape orientation
| |
ActiveScanningAreaPortrait |
The active scanning area when the picker is in portrait orientation
| |
CodeCachingDuration | Get the code caching duration of the scan session. | |
CodeDuplicateFilter | The code duplicate filter to be used | |
CodeRejectionEnabled |
Whether code rejection should be enabled
| |
MaxNumberOfCodesPerFrame | The maximum number of codes to be decoded every frame. | |
ResolutionPreference |
The target resolution to use for the video stream.
| |
RestrictedAreaScanningEnabled |
Whether barcode/2d code recognition should be restricted to a certain area.
| |
ScanningHotSpot |
Defines the point at which barcodes and 2d codes are expected.
| |
Symbologies |
Map of symbology-specific settings
|
Name | Description | |
---|---|---|
Dispose |
Disposes this object
| |
EnableSymbology |
Enable or disable recognition of particular symbology
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize |
ScanSettings Finalizer
(Overrides ObjectFinalize.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetProperty | Get custom property previously set on the scanner settings. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SetProperty | Set custom property | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
The ScanSettings class was introduced in ScanditSDK 4.10 to hold all scan-specific settings. The settings are passed to the BarcodePicker when it is constructed, or applied through ApplySettingsAsync(ScanSettings).