![]() |
Aspose.Barcode for Python via Java Generation and Recognition API docs
|
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... | |
Code16K parameters.
| None __init__ | ( | self, | |
| _java_class | |||
| ) |
| str __str__ | ( | self | ) |
Returns a human-readable string representation of this Code16KParameters.
| float aspect_ratio | ( | self | ) |
Height/Width ratio of 2D BarCode module.
| None aspect_ratio | ( | self, | |
| float | value | ||
| ) |
Height/Width ratio of 2D BarCode module.
| 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.
| 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.
| 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.
| 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.