Class ImageProfile
- Namespace
- ScanbotSDK.MAUI.Common
- Assembly
- ScanbotSDK.Shared.dll
public class ImageProfile
- Inheritance
-
ImageProfile
- Inherited Members
-
Constructors
ImageProfile()
Properties
BitmapMemoryConsumption
public int BitmapMemoryConsumption { get; set; }
Property Value
- int
HibernationMemoryConsumption
public int HibernationMemoryConsumption { get; set; }
Property Value
- int
Methods
FromNative(ImageProfile)
public static ImageProfile FromNative(ImageProfile source)
Parameters
source
ImageProfile
Returns
- ImageProfile
FromNative(SBSDKImageProfile)
public static ImageProfile FromNative(SBSDKImageProfile source)
Parameters
source
SBSDKImageProfile
Returns
- ImageProfile
ToNative()
public ImageProfile ToNative()
Returns
- ImageProfile