Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 4.45 KB

File metadata and controls

34 lines (30 loc) · 4.45 KB

Pdf417Params

PDF417 parameters.

Properties

Name Type Description Notes
aspect_ratio float Height/Width ratio of 2D BarCode module. [optional]
text_encoding str DEPRECATED: This property is obsolete and will be removed in future releases. Unicode symbols detection and encoding will be processed in Auto mode with Extended Channel Interpretation charset designator. Using of own encodings requires manual CodeText encoding into byte[] array. Sets the encoding of codetext. [optional]
columns int Columns count. [optional]
compaction_mode Pdf417CompactionMode Pdf417 symbology type of BarCode's compaction mode. Default value: Pdf417CompactionMode.Auto. [optional]
error_level Pdf417ErrorLevel Pdf417 symbology type of BarCode's error correction level ranging from level0 to level8, level0 means no error correction info, level8 means best error correction which means a larger picture. [optional]
macro_file_id int Macro Pdf417 barcode's file ID. Used for MacroPdf417. [optional]
macro_segment_id int Macro Pdf417 barcode's segment ID, which starts from 0, to MacroSegmentsCount - 1. [optional]
macro_segments_count int Macro Pdf417 barcode segments count. [optional]
rows int Rows count. [optional]
truncate bool Whether Pdf417 symbology type of BarCode is truncated (to reduce space). [optional]
pdf417_eci_encoding ECIEncodings Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known charset encodings. [optional]
is_reader_initialization bool Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization [optional]
macro_time_stamp datetime Macro Pdf417 barcode time stamp [optional]
macro_sender str Macro Pdf417 barcode sender name [optional]
macro_file_size int Macro Pdf417 file size. The file size field contains the size in bytes of the entire source file [optional]
macro_checksum int Macro Pdf417 barcode checksum. The checksum field contains the value of the 16-bit (2 bytes) CRC checksum using the CCITT-16 polynomial [optional]
macro_file_name str Macro Pdf417 barcode file name [optional]
macro_addressee str Macro Pdf417 barcode addressee name [optional]
macro_eci_encoding ECIEncodings Extended Channel Interpretation Identifiers. Applies for Macro PDF417 text fields. [optional]
code128_emulation Code128Emulation DEPRECATED: This property is obsolete and will be removed in future releases. See samples of using new parameters on https://releases.aspose.com/barcode/net/release-notes/2023/aspose-barcode-for-net-23-10-release-notes/ Function codeword for Code 128 emulation. Applied for MicroPDF417 only. Ignored for PDF417 and MacroPDF417 barcodes. [optional]
is_code128_emulation bool Can be used only with MicroPdf417 and encodes Code 128 emulation modes. Can encode FNC1 in second position modes 908 and 909, also can encode 910 and 911 which just indicate that recognized MicroPdf417 can be interpret as Code 128. [optional]
pdf417_macro_terminator Pdf417MacroTerminator Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PDF417. [optional]
is_linked bool Defines linked modes with GS1MicroPdf417, MicroPdf417 and Pdf417 barcodes. With GS1MicroPdf417 symbology encodes 906, 907, 912, 913, 914, 915 “Linked” UCC/EAN-128 modes. With MicroPdf417 and Pdf417 symbologies encodes 918 linkage flag to associated linear component other than an EAN.UCC. [optional]
macro_characters MacroCharacter Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. Can be used only with MicroPdf417 and encodes 916 and 917 MicroPdf417 modes. Default value: MacroCharacters.None. [optional]

[Back to Model list] [Back to API list] [Back to README]