https://www." name="Description"/>
Click or drag to resize

PropertyID.Gs1StringFormat Field

This parameter enables automatic formatting of the barcode content, based on the "GS1 Human Readable Interpretation (HRI)" rules ( https://www.

Namespace: Com.Datalogic.Decode
Assembly: datalogic-xamarin-sdk (in datalogic-xamarin-sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
VB
public const Int32 Gs1StringFormat = "value"

Field Value

Type: Int32
Remarks
This parameter enables automatic formatting of the barcode content, based on the "GS1 Human Readable Interpretation (HRI)" rules ( https://www.gs1.org/docs/barcodes/HRI_Implementation_Guide.pdf), by dividing the code into the different fields and marking each Application Identifier by enclosing it in parentheses. Example: "(01)195001101530000(17)140704(10)AB-123" It is used only if GS1_CHECK is set to true.

[Android Documentation]

See Also