Table of Contents

Class CustomImage

Namespace
ScanbotSDK.MAUI.Document
Assembly
ScanbotSDK.Shared.dll
public class CustomImage : IntroImage
Inheritance
CustomImage
Inherited Members

Constructors

CustomImage()

public CustomImage()

Properties

Uri

[JsonRequired]
public string Uri { get; set; }

Property Value

string

Methods

FromJson(string)

public static CustomImage FromJson(string rawJson)

Parameters

rawJson string

Returns

CustomImage

FromNative(CustomImage)

public static CustomImage FromNative(CustomImage source)

Parameters

source CustomImage

Returns

CustomImage

FromNative(SBSDKUI2CustomImage)

public static CustomImage FromNative(SBSDKUI2CustomImage source)

Parameters

source SBSDKUI2CustomImage

Returns

CustomImage

ToNative()

public override CustomImage ToNative()

Returns

CustomImage