Aspose.Barcode for PHP via Java Generation and Recognition API docs
|
Inherits BaseJavaClass.
Public Member Functions | |
__construct ($javaClass) | |
init () | |
getHanXinVersion () | |
setHanXinVersion (int $value) | |
getHanXinErrorLevel () | |
setHanXinErrorLevel (int $value) | |
getHanXinEncodeMode () | |
setHanXinEncodeMode (int $value) | |
getHanXinECIEncoding () | |
setHanXinECIEncoding (int $value) | |
toString () | |
Public Member Functions inherited from BaseJavaClass | |
getJavaClass () | |
getJavaClassName () | |
isNull () | |
printJavaClassName () | |
Additional Inherited Members | |
Protected Member Functions inherited from BaseJavaClass | |
setJavaClass ($javaClass) | |
Han Xin parameters.
HanXinParameters::__construct | ( | $javaClass | ) |
Reimplemented from BaseJavaClass.
HanXinParameters::getHanXinECIEncoding | ( | ) |
Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation consists all well known charset encodings.
HanXinParameters::getHanXinEncodeMode | ( | ) |
HanXin encoding mode. Default value: HanXinEncodeMode::Mixed.
HanXinParameters::getHanXinErrorLevel | ( | ) |
Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see HanXinErrorLevel.
HanXinParameters::getHanXinVersion | ( | ) |
Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is HanXinVersion.Auto.
HanXinParameters::init | ( | ) |
Reimplemented from BaseJavaClass.
HanXinParameters::setHanXinECIEncoding | ( | 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. Current implementation consists all well known charset encodings.
HanXinParameters::setHanXinEncodeMode | ( | int | $value | ) |
HanXin encoding mode. Default value: HanXinEncodeMode::Mixed.
HanXinParameters::setHanXinErrorLevel | ( | int | $value | ) |
Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. see HanXinErrorLevel.
HanXinParameters::setHanXinVersion | ( | int | $value | ) |
Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is HanXinVersion.Auto.
HanXinParameters::toString | ( | ) |
Returns a human-readable string representation of this
.