Aspose.Barcode for PHP via Java Generation and Recognition API docs
PatchCodeParameters Class Reference

Inherits BaseJavaClass.

Public Member Functions

 getExtraBarcodeText ()
 
 setExtraBarcodeText ($value)
 
 getPatchFormat ()
 
 setPatchFormat ($value)
 
 toString ()
 

Detailed Description

PatchCode parameters.

Member Function Documentation

◆ getExtraBarcodeText()

getExtraBarcodeText ( )

Specifies codetext for an extra QR barcode, when PatchCode is generated in page mode.

◆ getPatchFormat()

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

Returns

◆ setExtraBarcodeText()

setExtraBarcodeText (   $value)

Specifies codetext for an extra QR barcode, when PatchCode is generated in page mode.

◆ setPatchFormat()

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()

toString ( )

Returns a human-readable string representation of this PatchCodeParameters.

Returns
A string that represents this PatchCodeParameters.