Pdf417ExtendedParameters

Pdf417ExtendedParameters class

Namespace: Aspose.Barcode.Recognition

Stores a MacroPdf417 metadata information of recognized barcode This sample shows how to get Macro Pdf417 metadata

Constructors

NameDescription
__construct

Methods

NameStaticDescription
isCode128EmulationNoFlag that indicates that the MicroPdf417 barcode encoded with 908, 909, 910 or 911 Code 128 emulation codewords.
isLinkedNoFlag that indicates that the barcode must be linked to 1D barcode. Value: Linkage flag
isReaderInitializationNoUsed to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. Value: Reader initialization flag

Properties

NameRead/WriteDescription
MacroPdf417AddresseeRead-onlyMacro PDF417 addressee name (optional).
MacroPdf417ChecksumRead-onlyMacro PDF417 checksum (optional).
MacroPdf417FileIDRead-onlyGets the file ID of the barcode, only available with MacroPdf417.Value: The file ID for MacroPdf417
MacroPdf417FileNameRead-onlyMacro PDF417 file name (optional).
MacroPdf417FileSizeRead-onlyMacro PDF417 file size (optional).
MacroPdf417SegmentIDRead-onlyGets the segment ID of the barcode,only available with MacroPdf417.Value: The segment ID of the barcode.
MacroPdf417SegmentsCountRead-onlyGets macro pdf417 barcode segments count. Default value is -1.Value: Segments count.
MacroPdf417SenderRead-onlyMacro PDF417 sender name (optional).
MacroPdf417TerminatorRead-onlyIndicates whether the segment is the last segment of a Macro PDF417 file.
MacroPdf417TimeStampRead-onlyMacro PDF417 time stamp (optional).

Pdf417ExtendedParameters__construct(Pdf417ExtendedParametersDTO $pdf417ExtendedParametersDTO)

ParameterTypeDescription
$pdf417ExtendedParametersDTOPdf417ExtendedParametersDTO

isCode128EmulationisCode128Emulation()

Flag that indicates that the MicroPdf417 barcode encoded with 908, 909, 910 or 911 Code 128 emulation codewords.

Returns: bool 128 emulation flag

isLinkedisLinked()

Flag that indicates that the barcode must be linked to 1D barcode. Value: Linkage flag

isReaderInitializationisReaderInitialization()

Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. Value: Reader initialization flag

MacroPdf417Addressee

Access: Read-only

Returns: string Addressee name.

Macro PDF417 addressee name (optional).

MacroPdf417Checksum

Access: Read-only

Returns: int Checksum.

Macro PDF417 checksum (optional).

MacroPdf417FileID

Access: Read-only

Gets the file ID of the barcode, only available with MacroPdf417.Value: The file ID for MacroPdf417

MacroPdf417FileName

Access: Read-only

Returns: string File name.

Macro PDF417 file name (optional).

MacroPdf417FileSize

Access: Read-only

Returns: int File size.

Macro PDF417 file size (optional).

MacroPdf417SegmentID

Access: Read-only

Gets the segment ID of the barcode,only available with MacroPdf417.Value: The segment ID of the barcode.

MacroPdf417SegmentsCount

Access: Read-only

Gets macro pdf417 barcode segments count. Default value is -1.Value: Segments count.

MacroPdf417Sender

Access: Read-only

Returns: string Sender name

Macro PDF417 sender name (optional).

MacroPdf417Terminator

Access: Read-only

Indicates whether the segment is the last segment of a Macro PDF417 file.

MacroPdf417TimeStamp

Access: Read-only

Returns: DateTime Time stamp.

Macro PDF417 time stamp (optional).