Aspose.Barcode for PHP via Java Generation and Recognition API docs
|
Inherits BaseJavaClass.
Public Member Functions | |
getExtraBarcodeText () | |
setExtraBarcodeText ($value) | |
getPatchFormat () | |
setPatchFormat ($value) | |
toString () | |
PatchCode parameters.
getExtraBarcodeText | ( | ) |
Specifies codetext for an extra QR barcode, when PatchCode is generated in page mode.
getPatchFormat | ( | ) |
PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat::PATCH_ONLY
setExtraBarcodeText | ( | $value | ) |
Specifies codetext for an extra QR barcode, when PatchCode is generated in page mode.
setPatchFormat | ( | $value | ) |
PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat::PATCH_ONLY
toString | ( | ) |
Returns a human-readable string representation of this PatchCodeParameters.