Skip to content

Latest commit

 

History

History
34 lines (30 loc) · 4.85 KB

Pdf417Params.md

File metadata and controls

34 lines (30 loc) · 4.85 KB

Pdf417Params

PDF417 parameters.

Properties

Name Type Description Notes
AspectRatio float64 Height/Width ratio of 2D BarCode module. [optional] [default to null]
TextEncoding string 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] [default to null]
Columns int32 Columns count. [optional] [default to null]
CompactionMode *Pdf417CompactionMode Pdf417 symbology type of BarCode's compaction mode. Default value: Pdf417CompactionMode.Auto. [optional] [default to null]
ErrorLevel *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] [default to null]
MacroFileID int32 Macro Pdf417 barcode's file ID. Used for MacroPdf417. [optional] [default to null]
MacroSegmentID int32 Macro Pdf417 barcode's segment ID, which starts from 0, to MacroSegmentsCount - 1. [optional] [default to null]
MacroSegmentsCount int32 Macro Pdf417 barcode segments count. [optional] [default to null]
Rows int32 Rows count. [optional] [default to null]
Truncate bool Whether Pdf417 symbology type of BarCode is truncated (to reduce space). [optional] [default to null]
Pdf417ECIEncoding *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] [default to null]
IsReaderInitialization bool Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization [optional] [default to null]
MacroTimeStamp time.Time Macro Pdf417 barcode time stamp [optional] [default to null]
MacroSender string Macro Pdf417 barcode sender name [optional] [default to null]
MacroFileSize int32 Macro Pdf417 file size. The file size field contains the size in bytes of the entire source file [optional] [default to null]
MacroChecksum int32 Macro Pdf417 barcode checksum. The checksum field contains the value of the 16-bit (2 bytes) CRC checksum using the CCITT-16 polynomial [optional] [default to null]
MacroFileName string Macro Pdf417 barcode file name [optional] [default to null]
MacroAddressee string Macro Pdf417 barcode addressee name [optional] [default to null]
MacroECIEncoding *EciEncodings Extended Channel Interpretation Identifiers. Applies for Macro PDF417 text fields. [optional] [default to null]
Code128Emulation *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] [default to null]
IsCode128Emulation 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] [default to null]
Pdf417MacroTerminator *Pdf417MacroTerminator Used to tell the encoder whether to add Macro PDF417 Terminator (codeword 922) to the segment. Applied only for Macro PDF417. [optional] [default to null]
IsLinked 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] [default to null]
MacroCharacters *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] [default to null]

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