![]() |
Aspose.Barcode for Python via Java Generation and Recognition API docs
|
Code16K parameters. More...
Inherits BaseJavaClass.
Public Member Functions | |
def | __init__ (self, javaClass) |
def | init (self) |
def | getAspectRatio (self) |
Height/Width ratio of 2D BarCode module. More... | |
def | setAspectRatio (self, value) |
Height/Width ratio of 2D BarCode module. More... | |
def | getQuietZoneLeftCoef (self) |
Size of the left quiet zone in xDimension. More... | |
def | setQuietZoneLeftCoef (self, value) |
Size of the left quiet zone in xDimension. More... | |
def | getQuietZoneRightCoef (self) |
Size of the right quiet zone in xDimension. More... | |
def | setQuietZoneRightCoef (self, value) |
Size of the right quiet zone in xDimension. More... | |
def | toString (self) |
Returns a human-readable string representation of this Code16KParameters. More... | |
![]() | |
def | getJavaClass (self) |
def | setJavaClass (self, javaClass) |
def | getJavaClassName (self) |
def | isNull (self) |
def | printJavaClassName (self) |
Additional Inherited Members | |
![]() | |
javaClass | |
javaClassName | |
Code16K parameters.
def __init__ | ( | self, | |
javaClass | |||
) |
Reimplemented from BaseJavaClass.
def getAspectRatio | ( | self | ) |
Height/Width ratio of 2D BarCode module.
def getQuietZoneLeftCoef | ( | self | ) |
Size of the left quiet zone in xDimension.
Default value: 10, meaning if xDimension = 2px than left quiet zone will be 20px.
def getQuietZoneRightCoef | ( | self | ) |
Size of the right quiet zone in xDimension.
Default value: 1, meaning if xDimension = 2px than right quiet zone will be 2px.
def init | ( | self | ) |
Reimplemented from BaseJavaClass.
def setAspectRatio | ( | self, | |
value | |||
) |
Height/Width ratio of 2D BarCode module.
def setQuietZoneLeftCoef | ( | self, | |
value | |||
) |
Size of the left quiet zone in xDimension.
Default value: 10, meaning if xDimension = 2px than left quiet zone will be 20px.
def setQuietZoneRightCoef | ( | self, | |
value | |||
) |
Size of the right quiet zone in xDimension.
Default value: 1, meaning if xDimension = 2px than right quiet zone will be 2px.
def toString | ( | self | ) |
Returns a human-readable string representation of this Code16KParameters.