![]() |
Aspose.Barcode for Python via Java Generation and Recognition API docs
|
Stores a DataBar additional information of recognized barcode reader = Recognition.BarCodeReader("c:\\test.png", DecodeType.DATABAR_OMNI_DIRECTIONAL) More...
Inherits BaseJavaClass.
Public Member Functions | |
def | init (self) |
def | is2DCompositeComponent (self) |
Gets the DataBar 2D composite component flag. More... | |
def | equals (self, obj) |
Returns a value indicating whether this instance is equal to a specified DataBarExtendedParameters value. More... | |
def | hashcode (self) |
Returns the hash code for this instance. More... | |
def | toString (self) |
Returns a human-readable string representation of this DataBarExtendedParameters. More... | |
![]() | |
def | __init__ (self, javaClass) |
def | getJavaClass (self) |
def | setJavaClass (self, javaClass) |
def | getJavaClassName (self) |
def | isNull (self) |
def | printJavaClassName (self) |
Static Public Attributes | |
string | javaClassName = "com.aspose.mw.barcode.recognition.MwDataBarExtendedParameters" |
Additional Inherited Members | |
![]() | |
javaClass | |
javaClassName | |
Stores a DataBar additional information of recognized barcode reader = Recognition.BarCodeReader("c:\\test.png", DecodeType.DATABAR_OMNI_DIRECTIONAL)
def equals | ( | self, | |
obj | |||
) |
Returns a value indicating whether this instance is equal to a specified DataBarExtendedParameters value.
obj An System.Object value to compare to this instance. |
def hashcode | ( | self | ) |
Returns the hash code for this instance.
def init | ( | self | ) |
Reimplemented from BaseJavaClass.
def is2DCompositeComponent | ( | self | ) |
Gets the DataBar 2D composite component flag.
Default value is false.
def toString | ( | self | ) |
Returns a human-readable string representation of this DataBarExtendedParameters.
|
static |