Class GS1
[Register("io/scanbot/sdk/barcode/entity/GS1", DoNotGenerateAcw = true)]
public sealed class GS1 : GenericDocumentWrapper, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
GS1
- Implements
- Inherited Members
Constructors
GS1(GenericDocument)
[Register(".ctor", "(Lio/scanbot/sdk/genericdocument/GenericDocument;)V", "")]
public GS1(GenericDocument document)
Parameters
documentGenericDocument
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
Elements
public IList<GS1.Element> Elements { get; }
Property Value
RequiredDocumentType
public override string RequiredDocumentType { get; }