Table of Contents

Class Gs1Handling

Namespace
IO.Scanbot.Sdk.Barcode
Assembly
DocumentSDK.NET.Droid.dll
public sealed class Gs1Handling : Enum
Inheritance
Gs1Handling

Properties

DecodeFull

public static Gs1Handling DecodeFull { get; }

Property Value

Gs1Handling

DecodeStructure

public static Gs1Handling DecodeStructure { get; }

Property Value

Gs1Handling

Entries

public static IEnumEntries Entries { get; }

Property Value

IEnumEntries

Parse

public static Gs1Handling Parse { get; }

Property Value

Gs1Handling

ValidateFull

public static Gs1Handling ValidateFull { get; }

Property Value

Gs1Handling

ValidateStructure

public static Gs1Handling ValidateStructure { get; }

Property Value

Gs1Handling

Methods

FromJson(string)

public static Gs1Handling FromJson(string json)

Parameters

json string

Returns

Gs1Handling

ToJson()

public string ToJson()

Returns

string

ValueOf(string)

public static Gs1Handling ValueOf(string value)

Parameters

value string

Returns

Gs1Handling

Values()

public static Gs1Handling[] Values()

Returns

Gs1Handling[]