AztecParameters
Inheritance: java.lang.Object
public class AztecParameters
Aztec parameters.
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getAspectRatio() | Height/Width ratio of 2D BarCode module. |
getAztecEncodeMode() | Gets a Aztec encode mode. |
getAztecErrorLevel() | Level of error correction of Aztec types of barcode. |
getAztecSymbolMode() | Gets a Aztec Symbol mode. |
getClass() | |
getECIEncoding() | Gets ECI encoding. |
getLayersCount() | Gets layers count of Aztec symbol. |
getStructuredAppendBarcodeId() | Barcode ID for Structured Append mode of Aztec barcode. |
getStructuredAppendBarcodesCount() | Barcodes count for Structured Append mode of Aztec barcode. |
getStructuredAppendFileId() | File ID for Structured Append mode of Aztec barcode (optional field). |
hashCode() | |
isReaderInitialization() | Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. |
notify() | |
notifyAll() | |
setAspectRatio(float value) | Height/Width ratio of 2D BarCode module. |
setAztecEncodeMode(AztecEncodeMode value) | Sets a Aztec encode mode. |
setAztecErrorLevel(int value) | Level of error correction of Aztec types of barcode. |
setAztecSymbolMode(AztecSymbolMode value) | Sets a Aztec Symbol mode. |
setECIEncoding(int value) | Sets ECI encoding. |
setLayersCount(int value) | Sets layers count of Aztec symbol. |
setReaderInitialization(boolean value) | Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. |
setStructuredAppendBarcodeId(int value) | Barcode ID for Structured Append mode of Aztec barcode. |
setStructuredAppendBarcodesCount(int value) | Barcodes count for Structured Append mode of Aztec barcode. |
setStructuredAppendFileId(String value) | File ID for Structured Append mode of Aztec barcode (optional field). |
toString() | Returns a human-readable string representation of this AztecParameters . |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getAspectRatio()
public float getAspectRatio()
Height/Width ratio of 2D BarCode module.
Returns: float
getAztecEncodeMode()
public AztecEncodeMode getAztecEncodeMode()
Gets a Aztec encode mode. Default value: Auto.
Returns: com.aspose.barcode.generation.AztecEncodeMode
getAztecErrorLevel()
public int getAztecErrorLevel()
Level of error correction of Aztec types of barcode. Value should between 5 to 95.
Returns: int
getAztecSymbolMode()
public AztecSymbolMode getAztecSymbolMode()
Gets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto.
Returns: AztecSymbolMode
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getECIEncoding()
public int getECIEncoding()
Gets ECI encoding. Used when AztecEncodeMode is Auto. Default value: ISO-8859-1
Returns: int
getLayersCount()
public int 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).
Returns: int
getStructuredAppendBarcodeId()
public int getStructuredAppendBarcodeId()
Barcode ID for Structured Append mode of Aztec barcode. Barcode ID should be in range from 1 to barcodes count. Default value: 0
Returns: int
getStructuredAppendBarcodesCount()
public int getStructuredAppendBarcodesCount()
Barcodes count for Structured Append mode of Aztec barcode. Barcodes count should be in range from 1 to 26. Default value: 0
Returns: int
getStructuredAppendFileId()
public String getStructuredAppendFileId()
File ID for Structured Append mode of Aztec barcode (optional field). File ID should not contain spaces. Default value: empty string
Returns: java.lang.String
hashCode()
public native int hashCode()
Returns: int
isReaderInitialization()
public boolean isReaderInitialization()
Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization.
Returns: boolean
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setAspectRatio(float value)
public void setAspectRatio(float value)
Height/Width ratio of 2D BarCode module.
Parameters:
Parameter | Type | Description |
---|---|---|
value | float |
setAztecEncodeMode(AztecEncodeMode value)
public void setAztecEncodeMode(AztecEncodeMode value)
Sets a Aztec encode mode. Default value: Auto.
Parameters:
Parameter | Type | Description |
---|---|---|
value | com.aspose.barcode.generation.AztecEncodeMode |
setAztecErrorLevel(int value)
public void setAztecErrorLevel(int value)
Level of error correction of Aztec types of barcode. Value should between 5 to 95.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setAztecSymbolMode(AztecSymbolMode value)
public void setAztecSymbolMode(AztecSymbolMode value)
Sets a Aztec Symbol mode. Default value: AztecSymbolMode.Auto.
Parameters:
Parameter | Type | Description |
---|---|---|
value | AztecSymbolMode |
setECIEncoding(int value)
public void setECIEncoding(int value)
Sets ECI encoding. Used when AztecEncodeMode is Auto. Default value: ISO-8859-1
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setLayersCount(int value)
public void 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).
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setReaderInitialization(boolean value)
public void setReaderInitialization(boolean value)
Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setStructuredAppendBarcodeId(int value)
public void 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
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setStructuredAppendBarcodesCount(int value)
public void 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
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setStructuredAppendFileId(String value)
public void setStructuredAppendFileId(String value)
File ID for Structured Append mode of Aztec barcode (optional field). File ID should not contain spaces. Default value: empty string
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
toString()
public String toString()
Returns a human-readable string representation of this AztecParameters .
Returns: java.lang.String - A string that represents this AztecParameters .
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |