AztecParameters

Inheritance: java.lang.Object

public class AztecParameters

Aztec parameters.

Methods

MethodDescription
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.
getEncodeMode()Gets a Aztec encode mode.
getErrorLevel()Level of error correction of Aztec types of barcode.
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).
getSymbolMode()Gets a Aztec Symbol mode.
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.
setEncodeMode(AztecEncodeMode value)Sets a Aztec encode mode.
setErrorLevel(int value)Level of error correction of Aztec types of barcode.
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).
setSymbolMode(AztecSymbolMode value)Sets a Aztec Symbol mode.
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:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getAspectRatio()

public final float getAspectRatio()

Height/Width ratio of 2D BarCode module.

Returns: float

getAztecEncodeMode()

public final AztecEncodeMode getAztecEncodeMode()

Gets a Aztec encode mode. Default value: Auto.

Returns: com.aspose.barcode.generation.AztecEncodeMode - a Aztec encode mode.

getAztecErrorLevel()

public final int getAztecErrorLevel()

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

Returns: int

getAztecSymbolMode()

public final AztecSymbolMode getAztecSymbolMode()

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

Returns: AztecSymbolMode - a Aztec Symbol mode.

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getECIEncoding()

public final int getECIEncoding()

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

Returns: int - ECI encoding.

getEncodeMode()

public final AztecEncodeMode getEncodeMode()

Gets a Aztec encode mode. Default value: Auto.

Returns: com.aspose.barcode.generation.AztecEncodeMode - a Aztec encode mode.

getErrorLevel()

public final int getErrorLevel()

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

Returns: int

getLayersCount()

public final 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 - layers count of Aztec symbol.

getStructuredAppendBarcodeId()

public final 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 final 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 final 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

getSymbolMode()

public final AztecSymbolMode getSymbolMode()

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

Returns: AztecSymbolMode - a Aztec Symbol mode.

hashCode()

public native int hashCode()

Returns: int

isReaderInitialization()

public final 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 final void setAspectRatio(float value)

Height/Width ratio of 2D BarCode module.

Parameters:

ParameterTypeDescription
valuefloat

setAztecEncodeMode(AztecEncodeMode value)

public final void setAztecEncodeMode(AztecEncodeMode value)

Sets a Aztec encode mode. Default value: Auto.

Parameters:

ParameterTypeDescription
valuecom.aspose.barcode.generation.AztecEncodeModea Aztec encode mode.

setAztecErrorLevel(int value)

public final void setAztecErrorLevel(int value)

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

Parameters:

ParameterTypeDescription
valueint

setAztecSymbolMode(AztecSymbolMode value)

public final void setAztecSymbolMode(AztecSymbolMode value)

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

Parameters:

ParameterTypeDescription
valueAztecSymbolModea Aztec Symbol mode.

setECIEncoding(int value)

public final void setECIEncoding(int value)

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

Parameters:

ParameterTypeDescription
valueintECI encoding.

setEncodeMode(AztecEncodeMode value)

public final void setEncodeMode(AztecEncodeMode value)

Sets a Aztec encode mode. Default value: Auto.

Parameters:

ParameterTypeDescription
valuecom.aspose.barcode.generation.AztecEncodeModea Aztec encode mode.

setErrorLevel(int value)

public final void setErrorLevel(int value)

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

Parameters:

ParameterTypeDescription
valueint

setLayersCount(int value)

public final 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:

ParameterTypeDescription
valueintlayers count of Aztec symbol.

setReaderInitialization(boolean value)

public final void setReaderInitialization(boolean value)

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

Parameters:

ParameterTypeDescription
valueboolean

setStructuredAppendBarcodeId(int value)

public final 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:

ParameterTypeDescription
valueint

setStructuredAppendBarcodesCount(int value)

public final 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:

ParameterTypeDescription
valueint

setStructuredAppendFileId(String value)

public final 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:

ParameterTypeDescription
valuejava.lang.String

setSymbolMode(AztecSymbolMode value)

public final void setSymbolMode(AztecSymbolMode value)

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

Parameters:

ParameterTypeDescription
valueAztecSymbolModea Aztec Symbol mode.

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:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int