Pdf417ExtendedParameters
Contents
[
Hide
]Pdf417ExtendedParameters class
Namespace: Aspose.Barcode.Recognition
Stores a MacroPdf417 metadata information of recognized barcode This sample shows how to get Macro Pdf417 metadata
Constructors
| Name | Description |
|---|---|
| __construct |
Methods
| Name | Static | Description |
|---|---|---|
| isCode128Emulation | No | Flag that indicates that the MicroPdf417 barcode encoded with 908, 909, 910 or 911 Code 128 emulation codewords. |
| isLinked | No | Flag that indicates that the barcode must be linked to 1D barcode. Value: Linkage flag |
| isReaderInitialization | No | Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. Value: Reader initialization flag |
Properties
| Name | Read/Write | Description |
|---|---|---|
| MacroPdf417Addressee | Read-only | Macro PDF417 addressee name (optional). |
| MacroPdf417Checksum | Read-only | Macro PDF417 checksum (optional). |
| MacroPdf417FileID | Read-only | Gets the file ID of the barcode, only available with MacroPdf417.Value: The file ID for MacroPdf417 |
| MacroPdf417FileName | Read-only | Macro PDF417 file name (optional). |
| MacroPdf417FileSize | Read-only | Macro PDF417 file size (optional). |
| MacroPdf417SegmentID | Read-only | Gets the segment ID of the barcode,only available with MacroPdf417.Value: The segment ID of the barcode. |
| MacroPdf417SegmentsCount | Read-only | Gets macro pdf417 barcode segments count. Default value is -1.Value: Segments count. |
| MacroPdf417Sender | Read-only | Macro PDF417 sender name (optional). |
| MacroPdf417Terminator | Read-only | Indicates whether the segment is the last segment of a Macro PDF417 file. |
| MacroPdf417TimeStamp | Read-only | Macro PDF417 time stamp (optional). |