Table of Contents

Class StructuredAppendInfo

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

The structured append mode can be used to split a message across multiple barcodes.

public class StructuredAppendInfo
Inheritance
StructuredAppendInfo
Inherited Members

Properties

Count

The number of barcodes in the structured append set.

public required int Count { get; init; }

Property Value

int

Id

The ID of the structured append set.

public required string Id { get; init; }

Property Value

string

Index

The index of the barcode in the structured append set.

public required int Index { get; init; }

Property Value

int