Label Capture Settings

Defined under the namespace Scandit.Datacapture.Label

LabelCaptureSettings
class LabelCaptureSettings

Added in version 6.5.0

fromJSON(json)
static fromJSON(json: object<string, any>): LabelCaptureSettings | null

Added in version 6.5.0

Load the settings from a JSON object representation of a label blueprint, provided to you by Scandit.

setProperty(name, value)
setProperty(name: string,
        value: any): void

Added in version 6.5.0

Sets a property to the provided value. Use this method to set properties that are not yet part of a stable API. Properties set through this method may change in a future release.

getProperty(name)
getProperty(name: string): any

Added in version 6.5.0

Retrieves the value of a previously set property. In case the property does not exist, null is returned. Use this method to get properties that are not yet part of a stable API. These properties may change in a future release.