![]() |
Aspose.Barcode for PHP via Java
20.2
Aspose.Barcode for PHP via Java Generation and Recognition API docs
|
Inherits BaseJavaClass.
Public Member Functions | |
getPdf417CompactionMode () | |
setPdf417CompactionMode ($value) | |
getPdf417ErrorLevel () | |
setPdf417ErrorLevel ($value) | |
getPdf417Truncate () | |
setPdf417Truncate ($value) | |
getColumns () | |
setColumns ($value) | |
getRows () | |
setRows ($value) | |
getAspectRatio () | |
setAspectRatio ($value) | |
getPdf417MacroFileID () | |
setPdf417MacroFileID ($value) | |
getPdf417MacroSegmentID () | |
setPdf417MacroSegmentID ($value) | |
getPdf417MacroSegmentsCount () | |
setPdf417MacroSegmentsCount ($value) | |
getCodeTextEncoding () | |
setCodeTextEncoding ($value) | |
toString () | |
PDF417 parameters.
getAspectRatio | ( | ) |
Height/Width ratio of 2D BarCode module.
getCodeTextEncoding | ( | ) |
Gets the encoding of codetext.
getColumns | ( | ) |
Columns count.
getPdf417CompactionMode | ( | ) |
Pdf417 symbology type of BarCode's compaction mode. Default value: Pdf417CompactionMode::AUTO.
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.
getPdf417MacroFileID | ( | ) |
Getsmacro Pdf417 barcode's file ID. Used for MacroPdf417.
getPdf417MacroSegmentID | ( | ) |
Gets macro Pdf417 barcode's segment ID, which starts from 0, to MacroSegmentsCount - 1.
getPdf417MacroSegmentsCount | ( | ) |
Gets macro Pdf417 barcode segments count.
getPdf417Truncate | ( | ) |
Whether Pdf417 symbology type of BarCode is truncated (to reduce space).
getRows | ( | ) |
Rows count.
setAspectRatio | ( | $value | ) |
Height/Width ratio of 2D BarCode module.
setCodeTextEncoding | ( | $value | ) |
Sets the encoding of codetext.
setColumns | ( | $value | ) |
Columns count.
setPdf417CompactionMode | ( | $value | ) |
Pdf417 symbology type of BarCode's compaction mode. Default value: Pdf417CompactionMode::AUTO.
setPdf417ErrorLevel | ( | $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.
setPdf417MacroFileID | ( | $value | ) |
Sets macro Pdf417 barcode's file ID. Used for MacroPdf417.
setPdf417MacroSegmentID | ( | $value | ) |
Sets macro Pdf417 barcode's segment ID, which starts from 0, to MacroSegmentsCount - 1.
setPdf417MacroSegmentsCount | ( | $value | ) |
Sets macro Pdf417 barcode segments count.
setPdf417Truncate | ( | $value | ) |
Whether Pdf417 symbology type of BarCode is truncated (to reduce space).
setRows | ( | $value | ) |
Rows count.
toString | ( | ) |
Returns a human-readable string representation of this Pdf417Parameters.