Enum Gs1Handling
- Namespace
- ScanbotSDK.MAUI.Barcode
- Assembly
- ScanbotSDK.Shared.dll
[JsonConverter(typeof(Gs1HandlingConverter))]
public enum Gs1Handling
Fields
DecodeFull = 5DecodeStructure = 3None = 0Parse = 1ValidateFull = 4ValidateStructure = 2