Table of Contents

Class Detector

Namespace
ZXing.PDF417.Internal
Assembly
zxing.dll

Encapsulates logic that can detect a PDF417 Code in an image, even if the PDF417 Code is rotated or skewed, or partially obscured.

SITA Lab (kevin.osullivan@sita.aero) dswitkin@google.com (Daniel Switkin) Guenther Grau

public sealed class Detector
Inheritance
Detector
Inherited Members

Constructors

Detector()

public Detector()

Methods

detect(BinaryBitmap, IDictionary<DecodeHintType, object>, bool)

Detects a PDF417 Code in an image. Checks 0, 90, 180, and 270 degree rotations.

public static PDF417DetectorResult detect(BinaryBitmap image, IDictionary<DecodeHintType, object> hints, bool multiple)

Parameters

image BinaryBitmap

barcode image to decode

hints IDictionary<DecodeHintType, object>

optional hints to detector

multiple bool

if true, then the image is searched for multiple codes. If false, then at most one code will be found and returned

Returns

PDF417DetectorResult

PDF417DetectorResult encapsulating results of detecting a PDF417 code