Barcode Plugin for Xojo

BarcodeDecoderResult Class (console safe)

A class that represents a result of a Barcode detection.

Object
   BarcodeDecoderResult

class BarcodeDecoderResult

Properties

BarCodeFormatReturns the type of code that was found
ErrorTextIf the code was not valid then this property will sometimes contain error message.
IsValidReturns true if valid code was found, else false.
PointCountIf the FindDetectionPoints property on the BarcodeDecoder class was set to true then this property will sometimes have number of control points found.
TextThe text that was detected from the code.

Methods

PointXUse this function to fetch the x location of a point.
PointYUse this function to fetch the y location of a point.

Supported Platforms:

  • macOS Intel 32 bit
  • macOS Intel 64 bit
  • macOS Apple Silicon
  • Windows 32 bit
  • Windows 64 bit
  • Windows ARM 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM 32 bit
  • Linux ARM 64 bit
  • iOS