PatchCodeParameters

PatchCodeParameters class

PatchCode parameters.

new PatchCodeParameters()

Methods

NameDescription
getExtraBarcodeText()Specifies codetext for an extra QR barcode, when PatchCode is generated in page mode.
getFormat()PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes
getPatchFormat() (deprecated)PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes
setExtraBarcodeText()Specifies codetext for an extra QR barcode, when PatchCode is generated in page mode.
setFormat()PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes
setPatchFormat() (deprecated)PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes
toString()Returns a human-readable string representation of this {PatchCodeParameters}

getExtraBarcodeText()

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

getFormat()

PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat.PatchOnly

getPatchFormat()

Deprecated. See method description for replacement.

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: PatchFormat

setExtraBarcodeText()

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

setFormat()

PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat.PatchOnly

setPatchFormat()

Deprecated. See method description for replacement.

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}

Returns: string value that represents PatchCodeParameters