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()
getCodeTextEncoding()Gets the encoding of codetext.
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.
setCodeTextEncoding(Charset value)Sets the encoding of codetext.
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:

ParameterTypeDescription
arg0java.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

getCodeTextEncoding()

public Charset getCodeTextEncoding()

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

Returns: java.nio.charset.Charset

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:

ParameterTypeDescription
valuefloat

setAztecEncodeMode(AztecEncodeMode value)

public void setAztecEncodeMode(AztecEncodeMode value)

Sets a Aztec encode mode. Default value: Auto.

Parameters:

ParameterTypeDescription
valuecom.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:

ParameterTypeDescription
valueint

setAztecSymbolMode(AztecSymbolMode value)

public void setAztecSymbolMode(AztecSymbolMode value)

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

Parameters:

ParameterTypeDescription
valueAztecSymbolMode

setCodeTextEncoding(Charset value)

public void setCodeTextEncoding(Charset value)

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

Parameters:

ParameterTypeDescription
valuejava.nio.charset.Charset

setECIEncoding(int value)

public void setECIEncoding(int value)

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

Parameters:

ParameterTypeDescription
valueint

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:

ParameterTypeDescription
valueint

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:

ParameterTypeDescription
valueboolean

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:

ParameterTypeDescription
valueint

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:

ParameterTypeDescription
valueint

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:

ParameterTypeDescription
valuejava.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:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int