Aspose.Barcode for Python via Java Generation and Recognition API docs
DotCodeParameters Class Reference

DotCode parameters. More...

Inherits BaseJavaClass.

Public Member Functions

None __init__ (self, javaClass)
 
str __str__ (self)
 Returns a human-readable string representation of this DotCodeParameters. More...
 
float getAspectRatio (self)
 Height/Width ratio of 2D BarCode module. More...
 
int getColumns (self)
 Identifies columns count. More...
 
DotCodeEncodeMode getDotCodeEncodeMode (self)
 
int getDotCodeStructuredAppendModeBarcodeId (self)
 Identifies the ID of the DotCode structured append mode barcode. More...
 
int getDotCodeStructuredAppendModeBarcodesCount (self)
 Identifies DotCode structured append mode barcodes count. More...
 
ECIEncodings getECIEncoding (self)
 Identifies ECI encoding. More...
 
int getRows (self)
 Identifies rows count. More...
 
None init (self)
 
bool isReaderInitialization (self)
 Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. More...
 
None setAspectRatio (self, float value)
 Height/Width ratio of 2D BarCode module. More...
 
None setColumns (self, int value)
 Identifies columns count. More...
 
None setDotCodeEncodeMode (self, DotCodeEncodeMode value)
 Identifies DotCode encode mode. More...
 
None setDotCodeStructuredAppendModeBarcodeId (self, int value)
 Identifies the ID of the DotCode structured append mode barcode. More...
 
None setDotCodeStructuredAppendModeBarcodesCount (self, int value)
 Identifies DotCode structured append mode barcodes count. More...
 
None setECIEncoding (self, ECIEncodings value)
 Identifies ECI encoding. More...
 
None setReaderInitialization (self, bool value)
 Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader. More...
 
None setRows (self, int value)
 Identifies rows count. More...
 
- Public Member Functions inherited from BaseJavaClass
def getJavaClass (self)
 
str getJavaClassName (self)
 
bool isNull (self)
 
None printJavaClassName (self)
 
None setJavaClass (self, javaClass)
 

Additional Inherited Members

- Public Attributes inherited from BaseJavaClass
 javaClass
 
 javaClassName
 

Detailed Description

DotCode parameters.

Constructor & Destructor Documentation

◆ __init__()

None __init__ (   self,
  javaClass 
)

Reimplemented from BaseJavaClass.

Member Function Documentation

◆ __str__()

str __str__ (   self)

Returns a human-readable string representation of this DotCodeParameters.

Returns
A string that represents this DotCodeParameters.

◆ getAspectRatio()

float getAspectRatio (   self)

Height/Width ratio of 2D BarCode module.

◆ getColumns()

int getColumns (   self)

Identifies columns count.

Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of columns must be at least 5. Default value: -1

◆ getDotCodeEncodeMode()

DotCodeEncodeMode getDotCodeEncodeMode (   self)
    Identifies DotCode encode mode.
    Default value: Auto.

◆ getDotCodeStructuredAppendModeBarcodeId()

int getDotCodeStructuredAppendModeBarcodeId (   self)

Identifies the ID of the DotCode structured append mode barcode.

ID starts from 1 and must be less or equal to barcodes count. Default value is -1.

◆ getDotCodeStructuredAppendModeBarcodesCount()

int getDotCodeStructuredAppendModeBarcodesCount (   self)

Identifies DotCode structured append mode barcodes count.

Default value is -1. Count must be a value from 1 to 35.

◆ getECIEncoding()

ECIEncodings getECIEncoding (   self)

Identifies ECI encoding.

Used when DotCodeEncodeMode is Auto. Default value: ISO-8859-1

◆ getRows()

int getRows (   self)

Identifies rows count.

Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of rows must be at least 5. Default value: -1

◆ init()

None init (   self)

Reimplemented from BaseJavaClass.

◆ isReaderInitialization()

bool isReaderInitialization (   self)

Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader.

Default value is false.

◆ setAspectRatio()

None setAspectRatio (   self,
float  value 
)

Height/Width ratio of 2D BarCode module.

◆ setColumns()

None setColumns (   self,
int  value 
)

Identifies columns count.

Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of columns must be at least 5. Default value: -1

◆ setDotCodeEncodeMode()

None setDotCodeEncodeMode (   self,
DotCodeEncodeMode  value 
)

Identifies DotCode encode mode.

Default value: Auto.

◆ setDotCodeStructuredAppendModeBarcodeId()

None setDotCodeStructuredAppendModeBarcodeId (   self,
int  value 
)

Identifies the ID of the DotCode structured append mode barcode.

ID starts from 1 and must be less or equal to barcodes count. Default value is -1.

◆ setDotCodeStructuredAppendModeBarcodesCount()

None setDotCodeStructuredAppendModeBarcodesCount (   self,
int  value 
)

Identifies DotCode structured append mode barcodes count.

Default value is -1. Count must be a value from 1 to 35.

◆ setECIEncoding()

None setECIEncoding (   self,
ECIEncodings  value 
)

Identifies ECI encoding.

Used when DotCodeEncodeMode is Auto. Default value: ISO-8859-1

◆ setReaderInitialization()

None setReaderInitialization (   self,
bool  value 
)

Indicates whether code is used for instruct reader to interpret the following data as instructions for initialization or reprogramming of the bar code reader.

Default value is false.

◆ setRows()

None setRows (   self,
int  value 
)

Identifies rows count.

Sum of the number of rows plus the number of columns of a DotCode symbol must be odd. Number of rows must be at least 5. Default value: -1