Table of Contents

Class SBSDKGenericDocumentFieldDataFormat

Namespace
ScanbotSDK.iOS
Assembly
BarcodeSDK.NET.iOS.dll
public class SBSDKGenericDocumentFieldDataFormat : NSObject
Inheritance
SBSDKGenericDocumentFieldDataFormat

Constructors

SBSDKGenericDocumentFieldDataFormat(NSObjectFlag)

protected SBSDKGenericDocumentFieldDataFormat(NSObjectFlag t)

Parameters

t NSObjectFlag

SBSDKGenericDocumentFieldDataFormat(NativeHandle)

protected SBSDKGenericDocumentFieldDataFormat(NativeHandle handle)

Parameters

handle NativeHandle

Properties

ClassHandle

public override NativeHandle ClassHandle { get; }

Property Value

NativeHandle

Gender

public static SBSDKGenericDocumentFieldDataFormat Gender { get; }

Property Value

SBSDKGenericDocumentFieldDataFormat

Hash

public virtual nuint Hash { get; }

Property Value

nuint

IsoCountryAlpha2

public static SBSDKGenericDocumentFieldDataFormat IsoCountryAlpha2 { get; }

Property Value

SBSDKGenericDocumentFieldDataFormat

IsoCountryAlpha3

public static SBSDKGenericDocumentFieldDataFormat IsoCountryAlpha3 { get; }

Property Value

SBSDKGenericDocumentFieldDataFormat

IsoCountryName

public static SBSDKGenericDocumentFieldDataFormat IsoCountryName { get; }

Property Value

SBSDKGenericDocumentFieldDataFormat

IsoCountryNumeric

public static SBSDKGenericDocumentFieldDataFormat IsoCountryNumeric { get; }

Property Value

SBSDKGenericDocumentFieldDataFormat

IsoDate

public static SBSDKGenericDocumentFieldDataFormat IsoDate { get; }

Property Value

SBSDKGenericDocumentFieldDataFormat

RawValue

public virtual nint RawValue { get; }

Property Value

nint

Methods

EnumValueFrom(nint)

public static SBSDKGenericDocumentFieldDataFormat? EnumValueFrom(nint rawValue)

Parameters

rawValue nint

Returns

SBSDKGenericDocumentFieldDataFormat

IsEqual(NSObject?)

public virtual bool IsEqual(NSObject? @object)

Parameters

object NSObject

Returns

bool