PatchCodeParameters

PatchCodeParameters

PatchCode parameters.

Constructor

new PatchCodeParameters()

Source:

Methods

getExtraBarcodeText()

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

getFormat()

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

Source:

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
Deprecated: This property is obsolete and will be removed in future releases. Instead, use the getFormat().

Returns:
Type Description
PatchFormat
Source:

setExtraBarcodeText()

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

setFormat()

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

Source:

setPatchFormat()

PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders.
Default value: PatchFormat.PATCH_ONLY
Deprecated: This property is obsolete and will be removed in future releases. Instead, use the setFormat().

Source:

toString()

Returns a human-readable string representation of this {PatchCodeParameters}
Returns:
Type Description
string value that represents PatchCodeParameters
Source: