PatchCodeParameters

PatchCodeParameters class

PatchCode parameters.

public class PatchCodeParameters : joint.BaseJavaClass

Constructors

NameDescription
PatchCodeParameters(object)Initializes a new instance of the PatchCodeParameters class.

Methods

NameDescription
getExtraBarcodeTextSpecifies codetext for an extra QR barcode, when PatchCode is generated in page mode.
getFormatPatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat.PatchOnly.
getPatchFormatPatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat.PATCH_ONLY.
init
setExtraBarcodeText(object)Specifies codetext for an extra QR barcode, when PatchCode is generated in page mode.
setFormat(object)PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat.PatchOnly.
setPatchFormat(object)PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat.PATCH_ONLY.
toStringReturns a human-readable string representation of this {PatchCodeParameters}.

See Also