Table of Contents

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

Metadata(GenericDocument)

[Register(".ctor", "(Lio/scanbot/sdk/genericdocument/GenericDocument;)V", "")]
public Metadata(GenericDocument document)

Parameters

document GenericDocument

Fields

DocumentNormalizedType

[Register("DOCUMENT_NORMALIZED_TYPE")]
public const string DocumentNormalizedType = "Metadata"

Field Value

string

DocumentType

[Register("DOCUMENT_TYPE")]
public const string DocumentType = "Metadata"

Field Value

string

Properties

Country

public TextFieldWrapper Country { get; }

Property Value

TextFieldWrapper

DocumentSide

public TextFieldWrapper DocumentSide { get; }

Property Value

TextFieldWrapper

PrintingFormat

public TextFieldWrapper PrintingFormat { get; }

Property Value

TextFieldWrapper

RequiredDocumentType

public override string RequiredDocumentType { get; }

Property Value

string

Tagss

public IList<TextFieldWrapper> Tagss { get; }

Property Value

IList<TextFieldWrapper>