Table of Contents

Class GenericDocumentType

Namespace
ScanbotSDK.MAUI.Common
Assembly
ScanbotSDK.Shared.dll

Generic Document Type.

public class GenericDocumentType
Inheritance
GenericDocumentType
Inherited Members

Properties

FullName

Unique global document type name prefixed with the document types of all containing documents.

public required string FullName { get; init; }

Property Value

string

ListIndex

A document can contain multiple fields of the same name, the property serves for storing natural order of such fields, null if multiple entries aren't allowed for this field.

public int? ListIndex { get; init; }

Property Value

int?

Name

Local document type name.

public required string Name { get; init; }

Property Value

string

NormalizedName

Normalized global document type name. Common document types appearing as child documents in different places will often have the same normalized type name.

public required string NormalizedName { get; init; }

Property Value

string