Aspose.Barcode for PHP via Java  20.2
Aspose.Barcode for PHP via Java Generation and Recognition API docs
Pdf417Parameters Class Reference

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 ()
 

Detailed Description

PDF417 parameters.

Member Function Documentation

◆ getAspectRatio()

getAspectRatio ( )

Height/Width ratio of 2D BarCode module.

◆ getCodeTextEncoding()

getCodeTextEncoding ( )

Gets the encoding of codetext.

◆ getColumns()

getColumns ( )

Columns count.

◆ getPdf417CompactionMode()

getPdf417CompactionMode ( )

Pdf417 symbology type of BarCode's compaction mode. Default value: Pdf417CompactionMode::AUTO.

◆ getPdf417ErrorLevel()

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()

getPdf417MacroFileID ( )

Getsmacro Pdf417 barcode's file ID. Used for MacroPdf417.

◆ getPdf417MacroSegmentID()

getPdf417MacroSegmentID ( )

Gets macro Pdf417 barcode's segment ID, which starts from 0, to MacroSegmentsCount - 1.

◆ getPdf417MacroSegmentsCount()

getPdf417MacroSegmentsCount ( )

Gets macro Pdf417 barcode segments count.

◆ getPdf417Truncate()

getPdf417Truncate ( )

Whether Pdf417 symbology type of BarCode is truncated (to reduce space).

◆ getRows()

getRows ( )

Rows count.

◆ setAspectRatio()

setAspectRatio (   $value)

Height/Width ratio of 2D BarCode module.

◆ setCodeTextEncoding()

setCodeTextEncoding (   $value)

Sets the encoding of codetext.

◆ setColumns()

setColumns (   $value)

Columns count.

◆ setPdf417CompactionMode()

setPdf417CompactionMode (   $value)

Pdf417 symbology type of BarCode's compaction mode. Default value: Pdf417CompactionMode::AUTO.

◆ setPdf417ErrorLevel()

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()

setPdf417MacroFileID (   $value)

Sets macro Pdf417 barcode's file ID. Used for MacroPdf417.

◆ setPdf417MacroSegmentID()

setPdf417MacroSegmentID (   $value)

Sets macro Pdf417 barcode's segment ID, which starts from 0, to MacroSegmentsCount - 1.

◆ setPdf417MacroSegmentsCount()

setPdf417MacroSegmentsCount (   $value)

Sets macro Pdf417 barcode segments count.

◆ setPdf417Truncate()

setPdf417Truncate (   $value)

Whether Pdf417 symbology type of BarCode is truncated (to reduce space).

◆ setRows()

setRows (   $value)

Rows count.

◆ toString()

toString ( )

Returns a human-readable string representation of this Pdf417Parameters.

Returns
A string that represents this Pdf417Parameters.