![]() |
Aspose.Barcode for Python via Java Generation and Recognition API docs
|
Stores a MacroPdf417 metadata information of recognized barcode. More...
Inherits BaseJavaClass.
Public Member Functions | |
def | __init__ (self, javaClass) |
def | init (self) |
def | getMacroPdf417FileID (self) |
Gets the file ID of the barcode, only available with MacroPdf417.Value: The file ID for MacroPdf417. More... | |
def | getMacroPdf417SegmentID (self) |
Gets the segment ID of the barcode,only available with MacroPdf417.Value: The segment ID of the barcode. More... | |
def | getMacroPdf417SegmentsCount (self) |
Gets macro pdf417 barcode segments count. More... | |
def | getMacroPdf417FileName (self) |
Macro PDF417 file name (optional). More... | |
def | getMacroPdf417FileSize (self) |
Macro PDF417 file size (optional). More... | |
def | getMacroPdf417Sender (self) |
Macro PDF417 sender name (optional). More... | |
def | getMacroPdf417Addressee (self) |
Macro PDF417 addressee name (optional). More... | |
def | getMacroPdf417TimeStamp (self) |
Macro PDF417 time stamp (optional). More... | |
def | getMacroPdf417Checksum (self) |
Macro PDF417 checksum (optional). More... | |
def | getMacroPdf417Terminator (self) |
Indicates whether the segment is the last segment of a Macro PDF417 file. More... | |
def | isEmpty (self) |
Tests whether all parameters has only default values Value: Returns. More... | |
def | equals (self, obj) |
Returns a value indicating whether this instance is equal to a specified Pdf417ExtendedParameters value. More... | |
def | hashCode (self) |
Returns the hash code for this instance. More... | |
def | toString (self) |
Returns a human-readable string representation of this Pdf417ExtendedParameters. More... | |
![]() | |
def | getJavaClass (self) |
def | setJavaClass (self, javaClass) |
def | getJavaClassName (self) |
def | isNull (self) |
def | printJavaClassName (self) |
Additional Inherited Members | |
![]() | |
javaClass | |
javaClassName | |
Stores a MacroPdf417 metadata information of recognized barcode.
This sample shows how to get Macro Pdf417 metadata
def __init__ | ( | self, | |
javaClass | |||
) |
Reimplemented from BaseJavaClass.
def equals | ( | self, | |
obj | |||
) |
Returns a value indicating whether this instance is equal to a specified Pdf417ExtendedParameters value.
:param: obj An System.Object value to compare to this instance. :return: true if obj has the same value as this instance otherwise, false.
def getMacroPdf417Addressee | ( | self | ) |
Macro PDF417 addressee name (optional).
:return: Addressee name.
def getMacroPdf417Checksum | ( | self | ) |
Macro PDF417 checksum (optional).
:return: Checksum.
def getMacroPdf417FileID | ( | self | ) |
Gets the file ID of the barcode, only available with MacroPdf417.Value: The file ID for MacroPdf417.
def getMacroPdf417FileName | ( | self | ) |
Macro PDF417 file name (optional).
:return: File name.
def getMacroPdf417FileSize | ( | self | ) |
Macro PDF417 file size (optional).
:return: File size.
def getMacroPdf417SegmentID | ( | self | ) |
Gets the segment ID of the barcode,only available with MacroPdf417.Value: The segment ID of the barcode.
def getMacroPdf417SegmentsCount | ( | self | ) |
Gets macro pdf417 barcode segments count.
Default value is -1.Value: Segments count.
def getMacroPdf417Sender | ( | self | ) |
Macro PDF417 sender name (optional).
:return: Sender name
def getMacroPdf417Terminator | ( | self | ) |
Indicates whether the segment is the last segment of a Macro PDF417 file.
def getMacroPdf417TimeStamp | ( | self | ) |
Macro PDF417 time stamp (optional).
:return: Time stamp.
def hashCode | ( | self | ) |
Returns the hash code for this instance.
:return: A 32-bit signed integer hash code.
def init | ( | self | ) |
Reimplemented from BaseJavaClass.
def isEmpty | ( | self | ) |
Tests whether all parameters has only default values Value: Returns.
if all parameters has only default values otherwise,
.
def toString | ( | self | ) |
Returns a human-readable string representation of this Pdf417ExtendedParameters.
:return: A string that represents this Pdf417ExtendedParameters.