Table of contents
Swift
Objective-C

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.Barcode.OneDCodeDetails.ModuleSize

StartCharsBytes

The start chars in a byte array.

byte[] Dynamsoft.Barcode.OneDCodeDetails.StartCharsBytes

StopCharsBytes

The stop chars in a byte array.

byte[] Dynamsoft.Barcode.OneDCodeDetails.StopCharsBytes

CheckDigitBytes

The check digit chars in a byte array.

byte[] Dynamsoft.Barcode.OneDCodeDetails.CheckDigitBytes

This page is compatible for:

Is this page helpful?

YesYes NoNo