Barcode Pick View Highlight Style Dot

Defined in framework ScanditBarcodeCapture

BarcodePickViewHighlightStyleDot
open class BarcodePickViewHighlightStyleDot : NSObject, BarcodePickViewHighlightStyle

Added in version 6.20.0

A style that will draw dots on top of barcodes.

init()
init()

Added in version 6.20.0

Creates a new instance with default values.

brush(for:)
open func brush(for state: BarcodePickState) -> Brush

Added in version 6.20.0

Gets the brush used for the passed pick state.

setBrush(_:for:)
open func setBrush(_ brush: Brush, for state: BarcodePickState) -> Void

Added in version 6.20.0

Use this method to configure the brush used for the specific pick state.

selectedBrush(for:)
open func selectedBrush(for state: BarcodePickState) -> Brush?

Added in version 6.24.0

Gets the brush used when items in the passed pick state are selected. If nil, selected items are drawn with the same brush as non-selected items in the same state. Default is nil for all states.

setSelectedBrush(_:for:)
open func setSelectedBrush(_ brush: Brush?, for state: BarcodePickState) -> Void

Added in version 6.24.0

Use this method to configure the brush used when items in the specific pick state are selected. Pass nil to draw selected items with the same brush as non-selected items in the same state.

jsonString
open var jsonString: String { get }

Added in version 6.20.0

Returns the JSON representation of this BarcodePickViewHighlightStyleDot.