Label Field Location

Defined in namespace Scandit.DataCapture.Label.Capture

LabelFieldLocation
class LabelFieldLocation : IDisposable

Added in version 8.1.0

Defines the expected location of a field within a label. This class allows you to specify either exact coordinates or predefined relative positions where a field should be searched for during label capture.

Field locations help constrain the search area and improve recognition accuracy by focusing the capture engine on specific regions of the label.

CreateWithRect()
static LabelFieldLocation CreateWithRect(float left, float top, float right, float bottom)

Added in version 8.1.0

Construct a new Label Field Location with the provided coordinates.