diff --git a/programming/objectivec-swift/api-reference/barcode-scanner/barcode-scanner-config.md b/programming/objectivec-swift/api-reference/barcode-scanner/barcode-scanner-config.md index 639303fe..7f7fded9 100644 --- a/programming/objectivec-swift/api-reference/barcode-scanner/barcode-scanner-config.md +++ b/programming/objectivec-swift/api-reference/barcode-scanner/barcode-scanner-config.md @@ -48,6 +48,7 @@ class BarcodeScannerConfig : NSObject | [`expectedBarcodesCount`](#expectedbarcodescount) | *NSIntger* | Sets or returns the expected number of barcodes. | | [`isCameraToggleButtonVisible`](#iscameratogglebuttonvisible) | *BOOL* | Sets or returns whether or not the camera toggle button is visible. | | [`zoomFactor`](#zoomfactor) | *BOOL* | Sets or returns the zoom factor. | +| [`resolution`](#resolution) | *DSResolution* | Sets or returns the resolution. | ### license @@ -311,3 +312,24 @@ Sets or returns the zoom factor. ```swift var zoomFactor: CGFloat { get set } ``` + +### resolution + +Sets or returns the resolution. + +
+>- Objective-C +>- Swift +> +>1. +```objc +@property(nonatomic, assign) DSResolution resolution; +``` +2. +```swift +var resolution: Resolution { get set } +``` + +**Remarks** + +- Introduced in Dynamsoft Barcode Reader SDK version 11.4.1000 and Dynamsoft Capture Vision version 3.4.1000.