Table of Contents

Class PDF417DetectorResult

Namespace
ZXing.PDF417.Internal
Assembly
zxing.dll

PDF 417 Detector Result class. Skipped private backing stores. Guenther Grau

public sealed class PDF417DetectorResult
Inheritance
PDF417DetectorResult
Inherited Members

Constructors

PDF417DetectorResult(BitMatrix, List<ResultPoint[]>)

Initializes a new instance of the PDF417DetectorResult class.

public PDF417DetectorResult(BitMatrix bits, List<ResultPoint[]> points)

Parameters

bits BitMatrix

Bits.

points List<ResultPoint[]>

Points.

PDF417DetectorResult(BitMatrix, List<ResultPoint[]>, int)

Initializes a new instance of the PDF417DetectorResult class.

public PDF417DetectorResult(BitMatrix bits, List<ResultPoint[]> points, int rotation)

Parameters

bits BitMatrix

Bits.

points List<ResultPoint[]>

Points.

rotation int

Rotation.

Properties

Bits

bit matrix of the detected result

public BitMatrix Bits { get; }

Property Value

BitMatrix

Points

points of the detected result in the image

public List<ResultPoint[]> Points { get; }

Property Value

List<ResultPoint[]>

Rotation

public int Rotation { get; }

Property Value

int