Accusoft.BarcodeXpressSdk Namespace > Result Class : ModeTransitions Property |
'Declaration Public ReadOnly Property ModeTransitions As ModeTransition()
'Usage Dim instance As Result Dim value() As ModeTransition value = instance.ModeTransitions
public ModeTransition[] ModeTransitions {get;}
public: __property ModeTransition*[]* get_ModeTransitions();
public: property array<ModeTransition^>^ ModeTransitions { array<ModeTransition^>^ get(); }
When reading a barcode, many symbologies will go through state changes that may give extra context as to the content types inside the barcode (eg. Kanji). This member was added to give the user extra information about the inner workings of the barcode's state.
Note: Currently only enabled with QR Codes.