Table of Contents

Class ImageInfo

Namespace
ScanbotSDK.MAUI.Core.Image
Assembly
ScanbotSDK.Shared.dll
public class ImageInfo
Inheritance
ImageInfo
Inherited Members

Constructors

ImageInfo()

public ImageInfo()

Properties

Height

public required int Height { get; set; }

Property Value

int

MaxByteSize

public required int MaxByteSize { get; set; }

Property Value

int

Width

public required int Width { get; set; }

Property Value

int