AztecParameters
AztecParameters class
Namespace: Aspose.Barcode.Generation
Aztec parameters.
Constructors
| Name | Description |
|---|---|
| __construct |
Methods
| Name | Static | Description |
|---|---|---|
| isReaderInitialization | No | Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. |
| setReaderInitialization | No | Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. |
Properties
| Name | Read/Write | Description |
|---|---|---|
| AspectRatio | Read/Write | Height/Width ratio of 2D BarCode module. |
| AztecEncodeMode | Read/Write | Gets a Aztec encode mode. Default value: Auto. |
| AztecErrorLevel | Read/Write | Level of error correction of Aztec types of barcode. Value should between 5 to 95. |
| AztecSymbolMode | Read/Write | Gets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto. |
| ECIEncoding | Read/Write | Gets ECI encoding. Used when AztecEncodeMode is Auto. Default value: ISO-8859-1 |
| EncodeMode | Read/Write | Gets a Aztec encode mode. Default value: Auto. |
| ErrorLevel | Read/Write | Level of error correction of Aztec types of barcode. Value should between 5 to 95. |
| LayersCount | Read/Write | 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). |
| StructuredAppendBarcodeId | Read/Write | Barcode ID for Structured Append mode of Aztec barcode. Barcode ID should be in range from 1 to barcodes count. Default value: 0 |
| StructuredAppendBarcodesCount | Read/Write | Barcodes count for Structured Append mode of Aztec barcode. Barcodes count should be in range from 1 to 26. Default value: 0 |
| StructuredAppendFileId | Read/Write | File ID for Structured Append mode of Aztec barcode (optional field). File ID should not contain spaces. Default value: empty string |
| SymbolMode | Read/Write | Gets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto. |
AztecParameters__construct(AztecParametersDTO $aztecParametersDto)
| Parameter | Type | Description |
|---|---|---|
$aztecParametersDto | AztecParametersDTO |
isReaderInitializationisReaderInitialization()
Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization.
setReaderInitializationsetReaderInitialization(bool $value)
Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization.
| Parameter | Type | Description |
|---|---|---|
$value | bool |
AspectRatio
Access: Read/Write
Height/Width ratio of 2D BarCode module.
Height/Width ratio of 2D BarCode module.
| Parameter | Type | Description |
|---|---|---|
$value | float |
AztecEncodeMode
Access: Read/Write
Gets a Aztec encode mode. Default value: Auto.
Sets a Aztec encode mode. Default value: Auto.
| Parameter | Type | Description |
|---|---|---|
$value | int |
AztecErrorLevel
Access: Read/Write
Level of error correction of Aztec types of barcode. Value should between 5 to 95.
Level of error correction of Aztec types of barcode. Value should between 5 to 95.
| Parameter | Type | Description |
|---|---|---|
$value | int |
AztecSymbolMode
Access: Read/Write
Gets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto.
Sets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto.
| Parameter | Type | Description |
|---|---|---|
$value | int |
ECIEncoding
Access: Read/Write
Gets ECI encoding. Used when AztecEncodeMode is Auto. Default value: ISO-8859-1
Gets ECI encoding. Used when AztecEncodeMode is Auto. Default value: ISO-8859-1
| Parameter | Type | Description |
|---|---|---|
$value | int |
EncodeMode
Access: Read/Write
Returns: a Aztec encode mode.
Gets a Aztec encode mode. Default value: Auto.
Sets a Aztec encode mode. Default value: Auto.
| Parameter | Type | Description |
|---|---|---|
$value | int | a Aztec encode mode. |
ErrorLevel
Access: Read/Write
Level of error correction of Aztec types of barcode. Value should between 5 to 95.
Level of error correction of Aztec types of barcode. Value should between 5 to 95.
| Parameter | Type | Description |
|---|---|---|
$value | int |
LayersCount
Access: Read/Write
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).
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).
| Parameter | Type | Description |
|---|---|---|
$value | int |
StructuredAppendBarcodeId
Access: Read/Write
Barcode ID for Structured Append mode of Aztec barcode. Barcode ID should be in range from 1 to barcodes count. Default value: 0
Barcode ID for Structured Append mode of Aztec barcode. Barcode ID should be in range from 1 to barcodes count. Default value: 0
| Parameter | Type | Description |
|---|---|---|
$value | int |
StructuredAppendBarcodesCount
Access: Read/Write
Barcodes count for Structured Append mode of Aztec barcode. Barcodes count should be in range from 1 to 26. Default value: 0
Barcodes count for Structured Append mode of Aztec barcode. Barcodes count should be in range from 1 to 26. Default value: 0
| Parameter | Type | Description |
|---|---|---|
$value | int |
StructuredAppendFileId
Access: Read/Write
File ID for Structured Append mode of Aztec barcode (optional field). File ID should not contain spaces. Default value: empty string
File ID for Structured Append mode of Aztec barcode (optional field). File ID should not contain spaces. Default value: empty string
| Parameter | Type | Description |
|---|---|---|
$value | string |
SymbolMode
Access: Read/Write
Gets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto.
Sets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto.
| Parameter | Type | Description |
|---|---|---|
$value | int |