Table of Contents

Class Barcode

Namespace
NAPS2.Images
Assembly
NAPS2.Sdk.dll

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

IsDetectionAttempted bool
IsDetected bool
DetectedText string

Fields

NoDetection

public static readonly Barcode NoDetection

Field Value

Barcode

Properties

DetectedText

public string? DetectedText { get; init; }

Property Value

string

IsDetected

public bool IsDetected { get; init; }

Property Value

bool

IsDetectionAttempted

public bool IsDetectionAttempted { get; init; }

Property Value

bool

IsPatchT

public bool IsPatchT { get; }

Property Value

bool