Aspose.Barcode for PHP via Java Generation and Recognition API docs

Inherits BaseJavaClass.

Public Member Functions

 __construct ($javaClass)
 
 getAztecEncodeMode ()
 
 setAztecEncodeMode (int $value)
 
 getECIEncoding ()
 
 setECIEncoding (int $value)
 
 getStructuredAppendBarcodeId ()
 
 setStructuredAppendBarcodeId (int $value)
 
 getStructuredAppendBarcodesCount ()
 
 setStructuredAppendBarcodesCount (int $value)
 
 getStructuredAppendFileId ()
 
 setStructuredAppendFileId (string $value)
 
 getAztecErrorLevel ()
 
 setAztecErrorLevel (int $value)
 
 getAztecSymbolMode ()
 
 setAztecSymbolMode (int $value)
 
 getLayersCount ()
 
 setLayersCount (int $value)
 
 isReaderInitialization ()
 
 setReaderInitialization (bool $value)
 
 getAspectRatio ()
 
 setAspectRatio (float $value)
 
 getCodeTextEncoding ()
 
 setCodeTextEncoding (string $codeTextEncoding)
 
 toString ()
 
- Public Member Functions inherited from BaseJavaClass
 getJavaClass ()
 
 getJavaClassName ()
 
 isNull ()
 
 printJavaClassName ()
 

Protected Member Functions

 init ()
 
- Protected Member Functions inherited from BaseJavaClass
 setJavaClass ($javaClass)
 

Detailed Description

Aztec parameters.

Constructor & Destructor Documentation

◆ __construct()

AztecParameters::__construct (   $javaClass)

Reimplemented from BaseJavaClass.

Member Function Documentation

◆ getAspectRatio()

AztecParameters::getAspectRatio ( )

Height/Width ratio of 2D BarCode module.

◆ getAztecEncodeMode()

AztecParameters::getAztecEncodeMode ( )

Gets a Aztec encode mode. Default value: Auto.

◆ getAztecErrorLevel()

AztecParameters::getAztecErrorLevel ( )

Level of error correction of Aztec types of barcode. Value should between 5 to 95.

◆ getAztecSymbolMode()

AztecParameters::getAztecSymbolMode ( )

Gets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto.

◆ getCodeTextEncoding()

AztecParameters::getCodeTextEncoding ( )

Gets the encoding of codetext. Default value: UTF-8

◆ getECIEncoding()

AztecParameters::getECIEncoding ( )

Gets ECI encoding. Used when AztecEncodeMode is Auto. Default value: ISO-8859-1

◆ getLayersCount()

AztecParameters::getLayersCount ( )

Gets layers count of Aztec symbol. Layers count should be in range from 1 to 3 for Compact mode and in range from 1 to 32 for Full Range mode. Default value: 0 (auto).

◆ getStructuredAppendBarcodeId()

AztecParameters::getStructuredAppendBarcodeId ( )

Barcode ID for Structured Append mode of Aztec barcode. Barcode ID should be in range from 1 to barcodes count. Default value: 0

◆ getStructuredAppendBarcodesCount()

AztecParameters::getStructuredAppendBarcodesCount ( )

Barcodes count for Structured Append mode of Aztec barcode. Barcodes count should be in range from 1 to 26. Default value: 0

◆ getStructuredAppendFileId()

AztecParameters::getStructuredAppendFileId ( )

File ID for Structured Append mode of Aztec barcode (optional field). File ID should not contain spaces. Default value: empty string

◆ init()

AztecParameters::init ( )
protected

Reimplemented from BaseJavaClass.

◆ isReaderInitialization()

AztecParameters::isReaderInitialization ( )

Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization.

◆ setAspectRatio()

AztecParameters::setAspectRatio ( float  $value)

Height/Width ratio of 2D BarCode module.

◆ setAztecEncodeMode()

AztecParameters::setAztecEncodeMode ( int  $value)

Sets a Aztec encode mode. Default value: Auto.

◆ setAztecErrorLevel()

AztecParameters::setAztecErrorLevel ( int  $value)

Level of error correction of Aztec types of barcode. Value should between 5 to 95.

◆ setAztecSymbolMode()

AztecParameters::setAztecSymbolMode ( int  $value)

Sets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto.

◆ setCodeTextEncoding()

AztecParameters::setCodeTextEncoding ( string  $codeTextEncoding)

Sets the encoding of codetext. Default value: UTF-8

◆ setECIEncoding()

AztecParameters::setECIEncoding ( int  $value)

Gets ECI encoding. Used when AztecEncodeMode is Auto. Default value: ISO-8859-1

◆ setLayersCount()

AztecParameters::setLayersCount ( int  $value)

Sets layers count of Aztec symbol. Layers count should be in range from 1 to 3 for Compact mode and in range from 1 to 32 for Full Range mode. Default value: 0 (auto).

◆ setReaderInitialization()

AztecParameters::setReaderInitialization ( bool  $value)

Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization.

◆ setStructuredAppendBarcodeId()

AztecParameters::setStructuredAppendBarcodeId ( int  $value)

Barcode ID for Structured Append mode of Aztec barcode. Barcode ID should be in range from 1 to barcodes count. Default value: 0

◆ setStructuredAppendBarcodesCount()

AztecParameters::setStructuredAppendBarcodesCount ( int  $value)

Barcodes count for Structured Append mode of Aztec barcode. Barcodes count should be in range from 1 to 26. Default value: 0

◆ setStructuredAppendFileId()

AztecParameters::setStructuredAppendFileId ( string  $value)

File ID for Structured Append mode of Aztec barcode (optional field). File ID should not contain spaces. Default value: empty string

◆ toString()

AztecParameters::toString ( )

Returns a human-readable string representation of this

.

Returns
A string that represents this .