Click or drag to resize

Pdf417OptionsEnhancedBoundaryLocation Property

Indicates whether or not the PDF417 parser should enable an additional routine to help it find the locations and boundaries of individual blocks/strips within the barcode more accurately.

Namespace:  Atalasoft.Barcoding.Reading
Assembly:  Atalasoft.dotImage.Barcoding.Reading (in Atalasoft.dotImage.Barcoding.Reading.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool EnhancedBoundaryLocation { get; set; }

Property Value

Type: Boolean
Remarks
The aformentioned routine, when enabled, typically improves recognition performance for PDF417 barcodes. However in rare cases this routine may have a deleterious effect and prevent a barcode from being recognized successfully. If a seemingly fine barcode isn't being detected, try disabling this option to see if it helps. Enabled by default.
See Also