Class Barcode
A wrapper around the ZXing library that detects patch-t and other barcodes. http://www.alliancegroup.co.uk/patch-codes.htm
public record Barcode : IEquatable<Barcode>
- Inheritance
-
Barcode
- Implements
- Inherited Members
Constructors
Barcode(bool, bool, string?)
A wrapper around the ZXing library that detects patch-t and other barcodes. http://www.alliancegroup.co.uk/patch-codes.htm
public Barcode(bool IsDetectionAttempted, bool IsDetected, string? DetectedText)
Parameters
Fields
NoDetection
public static readonly Barcode NoDetection
Field Value
Properties
DetectedText
public string? DetectedText { get; init; }
Property Value
IsDetected
public bool IsDetected { get; init; }
Property Value
IsDetectionAttempted
public bool IsDetectionAttempted { get; init; }
Property Value
IsPatchT
public bool IsPatchT { get; }