Class CustomImage
- Namespace
- ScanbotSDK.MAUI.Document
- Assembly
- ScanbotSDK.Shared.dll
A custom image for the introduction screen.
public class CustomImage : IntroImage
- Inheritance
-
CustomImage
- Inherited Members
Properties
Uri
The web or file URI to the image.
[JsonRequired]
public string Uri { get; set; }
Property Value
Methods
FromJson(string)
public static CustomImage FromJson(string rawJson)
Parameters
rawJson
string