Table of Contents

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

int

MaxByteSize

Byte size of the non-hibernating image.

public required int MaxByteSize { get; set; }

Property Value

int

Width

Image width in pixels.

public required int Width { get; set; }

Property Value

int