Table of Contents

Class GS1.Element

Namespace
ScanbotSDK.MAUI.DocumentFormats.Barcode
Assembly
ScanbotSDK.Shared.dll

GS1 Element

public class GS1.Element : GenericDocumentWrapper
Inheritance
GS1.Element
Inherited Members

Constructors

Element(GenericDocument)

public Element(GenericDocument document)

Parameters

document GenericDocument

Properties

ApplicationIdentifier

Application Identifier

public Field ApplicationIdentifier { get; }

Property Value

Field

Children

public GS1.Element.ElementChildren Children { get; }

Property Value

GS1.Element.ElementChildren

DataTitle

Data Title

public Field DataTitle { get; }

Property Value

Field

ElementDescription

Description

public Field ElementDescription { get; }

Property Value

Field

RawValue

Raw Value

public Field RawValue { get; }

Property Value

Field

RequiredDocumentType

The required document type for this wrapper.

protected override string RequiredDocumentType { get; }

Property Value

string