MBPCroatiaPdf417PaymentRecognizer

Objective-C


@interface MBPCroatiaPdf417PaymentRecognizer : MBPRecognizer <NSCopying>

Swift

class MBPCroatiaPdf417PaymentRecognizer : MBPRecognizer, NSCopying

Class for configuring Croatia Pdf417 Recognizer.

Recognizer which can scan Croatian payment PDF417 barcode

  • Croatia Pdf417 recognizer result

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly) MBPCroatiaPdf417PaymentRecognizerResult *_Nonnull result;

    Swift

    var result: MBPCroatiaPdf417PaymentRecognizerResult { get }
  • Uncertain decoding enables scanning of non-standard elements, but there is no guarantee that all data will be read. For Pdf417 barcode is used when multiple rows are missing (e.g. not whole barcode is printed). By default, this is set to YES.

    Declaration

    Objective-C

    @property (nonatomic) BOOL uncertainDecoding;

    Swift

    var uncertainDecoding: Bool { get set }
  • The rate at which the conversion from EUR to HRK will be made. By default, this is set to ‘7.5345’.

    Declaration

    Objective-C

    @property (nonatomic) CGFloat conversionRate;

    Swift

    var conversionRate: CGFloat { get set }