![]() |
Aspose.Barcode for PHP via Java
22.4
Aspose.Barcode for PHP via Java Generation and Recognition API docs
|
Inherits BaseJavaClass.
Protected Member Functions | |
init () | |
setJavaClass ($javaClass) | |
PDF417 parameters.
Pdf417Parameters::getAspectRatio | ( | ) |
Height/Width ratio of 2D BarCode module.
Pdf417Parameters::getCode128Emulation | ( | ) |
Function codeword for Code 128 emulation. Applied for MicroPDF417 only. Ignored for PDF417 and MacroPDF417 barcodes.
Pdf417Parameters::getCodeTextEncoding | ( | ) |
Gets the encoding of codetext.
Pdf417Parameters::getColumns | ( | ) |
Columns count.
|
inherited |
|
inherited |
Pdf417Parameters::getPdf417CompactionMode | ( | ) |
Pdf417 symbology type of BarCode's compaction mode. Default value: Pdf417CompactionMode::AUTO.
Pdf417Parameters::getPdf417ECIEncoding | ( | ) |
Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Not applied for Macro PDF417 text fields. Current implementation consists all well known charset encodings.
Pdf417Parameters::getPdf417ErrorLevel | ( | ) |
Gets or sets 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.
Pdf417Parameters::getPdf417MacroAddressee | ( | ) |
Gets macro Pdf417 barcode addressee name.
Pdf417Parameters::getPdf417MacroChecksum | ( | ) |
Gets macro Pdf417 barcode checksum.
Pdf417Parameters::getPdf417MacroECIEncoding | ( | ) |
Extended Channel Interpretation Identifiers. Applies for Macro PDF417 text fields.
Pdf417Parameters::getPdf417MacroFileID | ( | ) |
Getsmacro Pdf417 barcode's file ID. Used for MacroPdf417.
Pdf417Parameters::getPdf417MacroFileName | ( | ) |
Gets macro Pdf417 barcode file name.
Pdf417Parameters::getPdf417MacroFileSize | ( | ) |
Gets or sets macro Pdf417 file size.
Pdf417Parameters::getPdf417MacroSegmentID | ( | ) |
Gets macro Pdf417 barcode's segment ID, which starts from 0, to MacroSegmentsCount - 1.
Pdf417Parameters::getPdf417MacroSegmentsCount | ( | ) |
Gets macro Pdf417 barcode segments count.
Pdf417Parameters::getPdf417MacroSender | ( | ) |
Gets macro Pdf417 barcode sender name.
Pdf417Parameters::getPdf417MacroTimeStamp | ( | ) |
Gets macro Pdf417 barcode time stamp.
Pdf417Parameters::getPdf417Truncate | ( | ) |
Whether Pdf417 symbology type of BarCode is truncated (to reduce space).
Pdf417Parameters::getRows | ( | ) |
Rows count.
|
protected |
Reimplemented from BaseJavaClass.
|
inherited |
Pdf417Parameters::isReaderInitialization | ( | ) |
Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization
|
inherited |
Pdf417Parameters::setAspectRatio | ( | float | $value | ) |
Height/Width ratio of 2D BarCode module.
Pdf417Parameters::setCode128Emulation | ( | int | $value | ) |
Function codeword for Code 128 emulation. Applied for MicroPDF417 only. Ignored for PDF417 and MacroPDF417 barcodes.
Pdf417Parameters::setCodeTextEncoding | ( | string | $value | ) |
Sets the encoding of codetext.
Pdf417Parameters::setColumns | ( | int | $value | ) |
Columns count.
|
protectedinherited |
Pdf417Parameters::setPdf417CompactionMode | ( | int | $value | ) |
Pdf417 symbology type of BarCode's compaction mode. Default value: Pdf417CompactionMode::AUTO.
Pdf417Parameters::setPdf417ECIEncoding | ( | int | $value | ) |
Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Not applied for Macro PDF417 text fields. Current implementation consists all well known charset encodings.
Pdf417Parameters::setPdf417ErrorLevel | ( | int | $value | ) |
Gets or sets 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.
Pdf417Parameters::setPdf417MacroAddressee | ( | string | $value | ) |
Sets macro Pdf417 barcode addressee name.
Pdf417Parameters::setPdf417MacroChecksum | ( | int | $value | ) |
Sets macro Pdf417 barcode checksum.
int | $value | The checksum field contains the value of the 16-bit (2 bytes) CRC checksum using the CCITT-16 polynomial. |
Pdf417Parameters::setPdf417MacroECIEncoding | ( | int | $value | ) |
Extended Channel Interpretation Identifiers. Applies for Macro PDF417 text fields.
Pdf417Parameters::setPdf417MacroFileID | ( | int | $value | ) |
Sets macro Pdf417 barcode's file ID. Used for MacroPdf417.
Pdf417Parameters::setPdf417MacroFileName | ( | string | $value | ) |
Sets macro Pdf417 barcode file name.
string | $value |
Pdf417Parameters::setPdf417MacroFileSize | ( | int | $value | ) |
Gets or sets macro Pdf417 file size.
int | $value | The file size field contains the size in bytes of the entire source file. |
Pdf417Parameters::setPdf417MacroSegmentID | ( | int | $value | ) |
Sets macro Pdf417 barcode's segment ID, which starts from 0, to MacroSegmentsCount - 1.
Pdf417Parameters::setPdf417MacroSegmentsCount | ( | int | $value | ) |
Sets macro Pdf417 barcode segments count.
Pdf417Parameters::setPdf417MacroSender | ( | string | $value | ) |
Sets macro Pdf417 barcode sender name.
Pdf417Parameters::setPdf417MacroTimeStamp | ( | DateTime | $value | ) |
Sets macro Pdf417 barcode time stamp.
Pdf417Parameters::setPdf417Truncate | ( | bool | $value | ) |
Whether Pdf417 symbology type of BarCode is truncated (to reduce space).
Pdf417Parameters::setReaderInitialization | ( | bool | $value | ) |
Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization
bool | $value |
Pdf417Parameters::setRows | ( | int | $value | ) |
Rows count.
Pdf417Parameters::toString | ( | ) |
Returns a human-readable String representation of this Pdf417Parameters.