Class PDF417DetectorResult
PDF 417 Detector Result class. Skipped private backing stores.
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
BitMatrixBits.
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
BitMatrixBits.
points
List<ResultPoint[]>Points.
rotation
intRotation.
Properties
Bits
bit matrix of the detected result
public BitMatrix Bits { get; }
Property Value
Points
points of the detected result in the image
public List<ResultPoint[]> Points { get; }
Property Value
- List<ResultPoint[]>
Rotation
public int Rotation { get; }