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
Id
The ID of the structured append set.
public required string Id { get; init; }
Property Value
Index
The index of the barcode in the structured append set.
public required int Index { get; init; }