Table of Contents

Class MockCameraConfiguration

Namespace
ScanbotSDK.MAUI.Common
Assembly
ScanbotSDK.Shared.dll
public class MockCameraConfiguration
Inheritance
MockCameraConfiguration
Inherited Members

Constructors

MockCameraConfiguration(string, string, string, bool)

public MockCameraConfiguration(string imagePath, string capturedImagePath, string label = "", bool refreshEachTime = false)

Parameters

imagePath string
capturedImagePath string
label string
refreshEachTime bool

Properties

CapturedImagePath

public string CapturedImagePath { get; set; }

Property Value

string

ImagePath

public string ImagePath { get; set; }

Property Value

string

Label

public string Label { get; set; }

Property Value

string

RefreshOnEachFrame

public bool RefreshOnEachFrame { get; set; }

Property Value

bool