Pdf417ExtendedParameters

Pdf417ExtendedParameters class

Stores a MacroPdf417 metadata information of recognized barcode

The Pdf417ExtendedParameters type exposes the following members:

Properties

NameDescription
is_emptyTests whether all parameters has only default values
macro_pdf_417_file_idGets the file ID of the barcode, only available with MacroPdf417.
macro_pdf_417_segment_idGets the segment ID of the barcode,only available with MacroPdf417.
macro_pdf_417_segments_countGets macro pdf417 barcode segments count. Default value is -1.
macro_pdf_417_file_nameMacro PDF417 file name (optional).
macro_pdf_417_file_sizeMacro PDF417 file size (optional).
macro_pdf_417_senderMacro PDF417 sender name (optional).
macro_pdf_417_addresseeMacro PDF417 addressee name (optional).
macro_pdf_417_time_stampMacro PDF417 time stamp (optional).
macro_pdf_417_checksumMacro PDF417 checksum (optional).
macro_pdf_417_terminatorIndicates whether the segment is the last segment of a Macro PDF417 file.
is_reader_initializationUsed to instruct the reader to interpret the data contained within the symbol as programming for reader initialization.
is_linkedFlag that indicates that the barcode must be linked to 1D barcode.
is_code_128_emulationFlag that indicates that the MicroPdf417 barcode encoded with 908, 909, 910 or 911 Code 128 emulation codewords.

See Also