Class Detector
Encapsulates logic that can detect a PDF417 Code in an image, even if the PDF417 Code is rotated or skewed, or partially obscured.
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
BinaryBitmapbarcode image to decode
hints
IDictionary<DecodeHintType, object>optional hints to detector
multiple
boolif 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