Click or drag to resize

Pdf417OptionsOutputMacroPdf417Header Property

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.

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

Property Value

Type: Boolean
Remarks
Macro PDF417 is an extention to the PDF417 standard allowing content to be spread out over multiple PDF417 barcodes. It takes the form of an optional special header that's present right at the end of a standard PDF417 barcode. This header contains meta-information about what series of barcodes this particular barcode belongs to, and what its position in the order is. Our barcode framework does not support the output of concatonated content from multiple barcodes, but it is quite feasable for a client of our API to implement such functionality manually. Thus the existence of this option - causing the output of this data, and therefore allowing for its interpretation by outside code. Disabled by default.
See Also