Table of Contents

Class ImageRefProfile

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

Constructors

ImageRefProfile()

public ImageRefProfile()

Properties

ImageInfo

public required ImageProfile ImageInfo { get; set; }

Property Value

ImageProfile

ImageSource

public required ImageSource ImageSource { get; set; }

Property Value

ImageSource

RefInfo

public required RefCountedObjectProfile RefInfo { get; set; }

Property Value

RefCountedObjectProfile

Methods

FromNative(ImageRefProfile)

public static ImageRefProfile FromNative(ImageRefProfile source)

Parameters

source ImageRefProfile

Returns

ImageRefProfile

FromNative(SBSDKImageRefProfile)

public static ImageRefProfile FromNative(SBSDKImageRefProfile source)

Parameters

source SBSDKImageRefProfile

Returns

ImageRefProfile

ToNative()

public ImageRefProfile ToNative()

Returns

ImageRefProfile