Barcode Pick View Highlight Style Custom View

Defined in framework ScanditBarcodeCapture

BarcodePickViewHighlightStyleCustomView
open class BarcodePickViewHighlightStyleCustomView : NSObject, BarcodePickViewHighlightStyle

Added in version 6.23.0

A style that will allow the user to provide their own views to be displayed on top of barcodes.

init
init()

Added in version 6.23.0

Creates a new instance with default values and no view provider.

fitViewsToBarcode
open var fitViewsToBarcode: Bool { get, set }

Added in version 6.23.0

If true the view size will be adjusted to cover the barcode. Defaults to false.

jsonString
open var jsonString: String { get }

Added in version 6.23.0

Returns the JSON representation of this BarcodePickViewHighlightStyleCustomView.

delegate
open weak var delegate: BarcodePickViewHighlightStyleCustomViewDelegate? { get, set }

Added in version 6.23.0

Sets a delegate that will provide the views to be displayed.

statusIconSettings
open var statusIconSettings: BarcodePickStatusIconSettings { get, set }

Added in version 6.25.0

The settings used to customize the status icons.

minimumHighlightWidth
open var minimumHighlightWidth: Int { get, set }

Added in version 6.25.0

Minimum width for the highlights. Default is 40dp.

minimumHighlightHeight
open var minimumHighlightHeight: Int { get, set }

Added in version 6.25.0

Minimum height for the highlights. Default is 40dp.