Table of Contents

Enum UpcEanExtensionBehavior

Namespace
ScanbotSDK.MAUI.Barcode
Assembly
ScanbotSDK.Shared.dll
[JsonConverter(typeof(UpcEanExtensionBehaviorConverter))]
public enum UpcEanExtensionBehavior

Fields

Allow2 = 4
Allow5 = 5
AllowAny = 6
Ignore = 3
Require2 = 0
Require5 = 1
RequireAny = 2