Barcode Xpress for Linux v13.9 - Updated
BX_ModeTransition
API Reference > Barcode Component API Reference > Barcode Component Structures Reference > BX_ModeTransition

Stores information relating to any state changes that occur inside the barcode decoding process.

Declaration:

typedef struct tagBX\_ModeTransition {
    long Index;
    BX\_ModeTransitionType ModeType;
} BX\_ModeTransition;

Members:

Name Type Description
Index long The index in the barcode Value where a transition occurs.
ModeType BX_ModeTransitionType The mode of the new section starting at the index.

Remarks:

Barcode Xpress for Linux currently supports listing the state transitions for QR Code barcodes. For other barcode types, there will be no mode transitions.

Is this page helpful?
Yes No
Thanks for your feedback.