Table of Contents

Class IntroImage

Namespace
ScanbotSDK.MAUI.Document
Assembly
ScanbotSDK.Shared.dll
[JsonPolymorphic(TypeDiscriminatorPropertyName = "_type")]
[JsonDerivedType(typeof(NoIntroImage), "NoIntroImage")]
[JsonDerivedType(typeof(CustomImage), "CustomImage")]
[JsonDerivedType(typeof(ReceiptsIntroImage), "ReceiptsIntroImage")]
[JsonDerivedType(typeof(MedicalCertificateIntroImage), "MedicalCertificateIntroImage")]
[JsonDerivedType(typeof(DocumentIntroImage), "DocumentIntroImage")]
[JsonDerivedType(typeof(CheckIntroImage), "CheckIntroImage")]
[JsonDerivedType(typeof(IdCardIntroImage), "IdCardIntroImage")]
[JsonDerivedType(typeof(CreditCardIntroImage), "CreditCardIntroImage")]
public class IntroImage
Inheritance
IntroImage
Derived
Inherited Members

Constructors

IntroImage()

public IntroImage()

Methods

FromJson(string)

public static IntroImage FromJson(string rawJson)

Parameters

rawJson string

Returns

IntroImage

FromNative(IntroImage)

public static IntroImage FromNative(IntroImage source)

Parameters

source IntroImage

Returns

IntroImage

FromNative(SBSDKUI2IntroImage)

public static IntroImage FromNative(SBSDKUI2IntroImage source)

Parameters

source SBSDKUI2IntroImage

Returns

IntroImage

ToNative()

public abstract IntroImage ToNative()

Returns

IntroImage