Table of Contents

Class BarcodeItem

Namespace
ScanbotSDK.MAUI.Core.Barcode
Assembly
ScanbotSDK.Shared.dll
public class BarcodeItem : IDisposable
Inheritance
BarcodeItem
Implements
Inherited Members

Constructors

BarcodeItem()

public BarcodeItem()

Properties

DataBarStackSize

public int DataBarStackSize { get; init; }

Property Value

int

ExtendedQuad

public required Point[] ExtendedQuad { get; init; }

Property Value

Point[]

ExtendedQuadNormalized

public required PointF[] ExtendedQuadNormalized { get; init; }

Property Value

PointF[]

ExtractedDocument

public required GenericDocument ExtractedDocument { get; init; }

Property Value

GenericDocument

Format

public BarcodeFormat Format { get; init; }

Property Value

BarcodeFormat

GlobalIndex

public int GlobalIndex { get; init; }

Property Value

int

IsGS1CompositePart

public bool IsGS1CompositePart { get; init; }

Property Value

bool

IsGS1Message

public bool IsGS1Message { get; init; }

Property Value

bool

IsUpsideDown

public bool IsUpsideDown { get; init; }

Property Value

bool

Quad

public required Point[] Quad { get; init; }

Property Value

Point[]

QuadNormalized

public required PointF[] QuadNormalized { get; init; }

Property Value

PointF[]

RawBytes

public required byte[] RawBytes { get; init; }

Property Value

byte[]

RawBytesEncodings

public required RangeEncoding[] RawBytesEncodings { get; init; }

Property Value

RangeEncoding[]

SizeScore

public double SizeScore { get; init; }

Property Value

double

SourceImage

public ImageRef SourceImage { get; init; }

Property Value

ImageRef

StructuredAppendInfo

public required StructuredAppendInfo StructuredAppendInfo { get; init; }

Property Value

StructuredAppendInfo

Text

public required string Text { get; init; }

Property Value

string

UpcEanExtension

public required string UpcEanExtension { get; init; }

Property Value

string

Methods

Dispose()

public void Dispose()