Pdf417Parameters
Source: Generator.
PDF417 parameters.
Methods
new Pdf417Parameters()
Methods
getAspectRatio()
Height/Width ratio of 2D BarCode module.
getCodeTextEncoding()
Gets the encoding of codetext. Default value: UTF-8
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()
Height/Width ratio of 2D BarCode module.
setCodeTextEncoding()
Sets the encoding of codetext. Default value: UTF-8
setColumns()
Columns count.
setPdf417CompactionMode()
Pdf417 symbology type of BarCode's compaction mode. Default value: Pdf417CompactionMode.AUTO.
setPdf417ErrorLevel()
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()
Sets macro Pdf417 barcode's file ID. Used for MacroPdf417.
setPdf417MacroSegmentID()
Sets macro Pdf417 barcode's segment ID, which starts from 0, to MacroSegmentsCount - 1.
setPdf417MacroSegmentsCount()
Sets macro Pdf417 barcode segments count.
setPdf417Truncate()
Whether Pdf417 symbology type of BarCode is truncated (to reduce space).
setRows()
Rows count.
toString()
Returns a human-readable string representation of this Pdf417Parameters.
- Returns
-
A string that represents this Pdf417Parameters.