Class GenericDocumentType
- Namespace
- ScanbotSDK.MAUI.Common
- Assembly
- ScanbotSDK.Shared.dll
public class GenericDocumentType
- Inheritance
-
GenericDocumentType
- Inherited Members
-
Constructors
GenericDocumentType()
public GenericDocumentType()
Properties
FullName
public required string FullName { get; init; }
Property Value
- string
ListIndex
public int? ListIndex { get; init; }
Property Value
- int?
Name
public required string Name { get; init; }
Property Value
- string
NormalizedName
public required string NormalizedName { get; init; }
Property Value
- string
Methods
FromNative(GenericDocumentType)
public static GenericDocumentType FromNative(GenericDocumentType source)
Parameters
source
GenericDocumentType
Returns
- GenericDocumentType
FromNative(SBSDKGenericDocumentType)
public static GenericDocumentType FromNative(SBSDKGenericDocumentType source)
Parameters
source
SBSDKGenericDocumentType
Returns
- GenericDocumentType
ToNative()
public GenericDocumentType ToNative()
Returns
- GenericDocumentType