From 60d14332869508599d4b1a3fad422b3bcdd02039 Mon Sep 17 00:00:00 2001 From: Dynamsoft-Henry <78675724+Dynamsoft-Henry@users.noreply.github.com> Date: Mon, 16 Mar 2026 17:00:58 +0800 Subject: [PATCH] Update barcode-scanner-config.md --- .../barcode-scanner/barcode-scanner-config.md | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) 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.