Click or drag to resize

Pdf417OptionsReadTruncatedPdf417 Property

Indicates whether or not the PDF417 parser should also search for truncated PDF417.

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 ReadTruncatedPdf417 { get; set; }

Property Value

Type: Boolean
Remarks
Truncated PDF417 is a variant of the PDF417 symbology where the stop pattern at the end of the code can be omitted to save space. Searching for truncated PDF417 can be time-consuming, particularly when searching poor quality images. If you only expect to encounter standard PDF417 barcodes, disabling this option may speed up recognition. Enabled by default.
See Also