Click or drag to resize

PropertyIDCode39Length1 Field

This parameter is one of the two configurable label lengths.

Namespace:  Com.Datalogic.Device.Configuration
Assembly:  datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public const int Code39Length1 = 288

Field Value

Type: Int32
Remarks

This parameter is one of the two configurable label lengths. It can be used as a single fixed accepted length, when Code39LengthControl

is set to OneFixed

. When TwoFixed

is enabled, its value is one of the two possible accepted fixed lengths for a specific label. It can also represent the minor or major length value whenever Range

is selected. If is set below the accepted minimum, the smallest accepted length will be used; instead it the set value exceed the maximum value, the biggest accepted length will be used.

The class of the property is NumericProperty.

[Android Documentation]

See Also