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
Type
Source type from which the ImageRef was created.
public required ImageSourceType Type { get; set; }