Atalasoft.dotImage.Barcoding.Reading.x86 by Atalasoft

<PackageReference Include="Atalasoft.dotImage.Barcoding.Reading.x86" Version="11.1.0.1340" />

 Pdf417Options

public class Pdf417Options
Extra options that apply specifically to the PDF417 symbology.
public bool EnhancedBoundaryLocation { get; set; }

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.

public bool OutputMacroPdf417Header { get; set; }

Indicates whether or not the PDF417 parser should output data from the Macro PDF417 header at the end of the barcode, should one be found.

public bool ReadTruncatedPdf417 { get; set; }

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