Table of Contents

Class RangeEncoding

Namespace
ScanbotSDK.MAUI.Barcode
Assembly
ScanbotSDK.Shared.dll

A character encoding for a given range of bytes.

public class RangeEncoding
Inheritance
RangeEncoding
Inherited Members

Properties

Encoding

Character encoding for the given range.

public required CharacterEncoding Encoding { get; init; }

Property Value

CharacterEncoding

End

End index of the range (inclusive).

public required int End { get; init; }

Property Value

int

Start

Start index of the range.

public required int Start { get; init; }

Property Value

int