Table of Contents

Class BarcodeItem

Namespace
ScanbotSDK.MAUI.Barcode.Core
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()

Dispose(bool)

protected virtual void Dispose(bool disposing)

Parameters

disposing bool

FromNative(BarcodeItem)

public static BarcodeItem FromNative(BarcodeItem source)

Parameters

source BarcodeItem

Returns

BarcodeItem

FromNative(SBSDKBarcodeItem)

public static BarcodeItem FromNative(SBSDKBarcodeItem source)

Parameters

source SBSDKBarcodeItem

Returns

BarcodeItem

ToNative()

public BarcodeItem ToNative()

Returns

BarcodeItem