Class ImageSource
- Namespace
- ScanbotSDK.MAUI.Common
- Assembly
- ScanbotSDK.Shared.dll
- Inheritance
-
ImageSource
- Inherited Members
-
Constructors
ImageSource()
Properties
FilePath
public required string FilePath { get; set; }
Property Value
- string
Type
public required ImageSourceType Type { get; set; }
Property Value
- ImageSourceType
Methods
FromNative(ImageSource)
public static ImageSource FromNative(ImageSource source)
Parameters
source
ImageSource
Returns
- ImageSource
FromNative(SBSDKImageSource)
public static ImageSource FromNative(SBSDKImageSource source)
Parameters
source
SBSDKImageSource
Returns
- ImageSource
ToNative()
public ImageSource ToNative()
Returns
- ImageSource