Table of contents
Swift
Objective-C

This documentation is deprecated. It applies only to legacy version 9.x of Barcode Reader and must not be used for new development.

Please refer to the latest documentation and Migration Guide, which supersede this content.

OneDCodeDetails

Stores the OneD code details.

public class OneDCodeDetails

Attributes

Attribute Type
ModuleSize int
StartCharsBytes byte[ ]
StopCharsBytes byte[ ]
CheckDigitBytes byte[ ]

ModuleSize

The barcode module size (the minimum bar width in pixel).

int Dynamsoft.OneDCodeDetails.ModuleSize

StartCharsBytes

The start chars in a byte array.

byte[] Dynamsoft.OneDCodeDetails.StartCharsBytes

StopCharsBytes

The stop chars in a byte array.

byte[] Dynamsoft.OneDCodeDetails.StopCharsBytes

CheckDigitBytes

The check digit chars in a byte array.

byte[] Dynamsoft.OneDCodeDetails.CheckDigitBytes

This page is compatible for:

Is this page helpful?

YesYes NoNo