Class ImageInfo
- Namespace
- ScanbotSDK.MAUI.Common
- Assembly
- ScanbotSDK.Shared.dll
Image Info.
public class ImageInfo
- Inheritance
-
ImageInfo
- Inherited Members
Properties
Height
Image height in pixels.
public required int Height { get; set; }
Property Value
MaxByteSize
Byte size of the non-hibernating image.
public required int MaxByteSize { get; set; }
Property Value
Width
Image width in pixels.
public required int Width { get; set; }