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
documentGenericDocument
Properties
ApplicationIdentifier
Application Identifier
public Field ApplicationIdentifier { get; }
  Property Value
Children
public GS1.Element.ElementChildren Children { get; }
  Property Value
DataTitle
Data Title
public Field DataTitle { get; }
  Property Value
ElementDescription
Description
public Field ElementDescription { get; }
  Property Value
RawValue
Raw Value
public Field RawValue { get; }
  Property Value
RequiredDocumentType
The required document type for this wrapper.
protected override string RequiredDocumentType { get; }