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

Code16K parameters. More...

Inherits _MwWrapper.

Public Member Functions

None __init__ (self, _java_class)
 
str __str__ (self)
 Returns a human-readable string representation of this Code16KParameters. More...
 
float aspect_ratio (self)
 Height/Width ratio of 2D BarCode module. More...
 
None aspect_ratio (self, float value)
 Height/Width ratio of 2D BarCode module. More...
 
int quiet_zone_left_coef (self)
 Size of the left quiet zone in xDimension. More...
 
None quiet_zone_left_coef (self, int value)
 Size of the left quiet zone in xDimension. More...
 
int quiet_zone_right_coef (self)
 Size of the right quiet zone in xDimension. More...
 
None quiet_zone_right_coef (self, int value)
 Size of the right quiet zone in xDimension. More...
 

Detailed Description

Code16K parameters.

Constructor & Destructor Documentation

◆ __init__()

None __init__ (   self,
  _java_class 
)

Member Function Documentation

◆ __str__()

str __str__ (   self)

Returns a human-readable string representation of this Code16KParameters.

Returns
A string that represents this Code16KParameters.

◆ aspect_ratio() [1/2]

float aspect_ratio (   self)

Height/Width ratio of 2D BarCode module.

◆ aspect_ratio() [2/2]

None aspect_ratio (   self,
float  value 
)

Height/Width ratio of 2D BarCode module.

◆ quiet_zone_left_coef() [1/2]

int quiet_zone_left_coef (   self)

Size of the left quiet zone in xDimension.

Default value: 10, meaning if xDimension = 2px then left quiet zone will be 20px.

◆ quiet_zone_left_coef() [2/2]

None quiet_zone_left_coef (   self,
int  value 
)

Size of the left quiet zone in xDimension.

Default value: 10, meaning if xDimension = 2px then left quiet zone will be 20px.

◆ quiet_zone_right_coef() [1/2]

int quiet_zone_right_coef (   self)

Size of the right quiet zone in xDimension.

Default value: 1, meaning if xDimension = 2px then right quiet zone will be 2px.

◆ quiet_zone_right_coef() [2/2]

None quiet_zone_right_coef (   self,
int  value 
)

Size of the right quiet zone in xDimension.

Default value: 1, meaning if xDimension = 2px then right quiet zone will be 2px.