Class ImageProfile
- Namespace
- ScanbotSDK.MAUI.Common
- Assembly
- ScanbotSDK.Shared.dll
ImageRef profile part specific to image information.
public class ImageProfile
- Inheritance
-
ImageProfile
- Inherited Members
Properties
BitmapMemoryConsumption
Memory consumption of a memory-backed bitmap. Zero, if the image is hibernating.
Default is 0
public int BitmapMemoryConsumption { get; set; }
Property Value
HibernationMemoryConsumption
Memory consumption of the hibernation buffer. Zero, if the image is not hibernating, or is hibernated to a file.
Default is 0
public int HibernationMemoryConsumption { get; set; }