Class GS1
- Namespace
- IO.Scanbot.Barcodescanner.Entity
- Assembly
- BarcodeSDK.NET.Droid.dll
[Register("io/scanbot/barcodescanner/entity/GS1", DoNotGenerateAcw = true)]
public sealed class GS1 : GenericDocumentWrapper, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
GS1
- Implements
- Inherited Members
Constructors
GS1(GenericDocument)
[Register(".ctor", "(Lio/scanbot/genericdocument/entity/GenericDocument;)V", "")]
public GS1(GenericDocument document)
Parameters
document
GenericDocument
Fields
DocumentNormalizedType
[Register("DOCUMENT_NORMALIZED_TYPE")]
public const string DocumentNormalizedType = "GS1"
Field Value
DocumentType
[Register("DOCUMENT_TYPE")]
public const string DocumentType = "GS1"
Field Value
Properties
A
[Register("a")]
public IList A { get; set; }
Property Value
Elements
public IList<GS1.Element> Elements { get; }