Table of Contents

Class ImageSource

Namespace
ScanbotSDK.MAUI.Common
Assembly
ScanbotSDK.Shared.dll

Description of source from which the ImageRef was created.

public class ImageSource
Inheritance
ImageSource
Inherited Members

Properties

FilePath

File from which the ImageRef was created. Non-null only if the image ref was created from file.

public required string FilePath { get; set; }

Property Value

string

Type

Source type from which the ImageRef was created.

public required ImageSourceType Type { get; set; }

Property Value

ImageSourceType