Class Metadata
- Namespace
- IO.Scanbot.Sdk.Documentdata.Entity
- Assembly
- DocumentSDK.NET.Droid.dll
[Register("io/scanbot/sdk/documentdata/entity/Metadata", DoNotGenerateAcw = true)]
public sealed class Metadata : GenericDocumentWrapper, IJavaObject, IJavaPeerable, IDisposable
- Inheritance
-
Metadata
- Implements
-
- Inherited Members
-
Constructors
[Register(".ctor", "(Lio/scanbot/sdk/genericdocument/GenericDocument;)V", "")]
public Metadata(GenericDocument document)
Parameters
document GenericDocument
Fields
[Register("DOCUMENT_NORMALIZED_TYPE")]
public const string DocumentNormalizedType = "Metadata"
Field Value
- string
[Register("DOCUMENT_TYPE")]
public const string DocumentType = "Metadata"
Field Value
- string
Properties
public TextFieldWrapper Country { get; }
Property Value
- TextFieldWrapper
public TextFieldWrapper DocumentSide { get; }
Property Value
- TextFieldWrapper
public TextFieldWrapper PrintingFormat { get; }
Property Value
- TextFieldWrapper
public override string RequiredDocumentType { get; }
Property Value
- string
public IList<TextFieldWrapper> Tagss { get; }
Property Value
- IList<TextFieldWrapper>