PatchCodeParameters

PatchCodeParameters class

Module: aspose_barcode.generation.patch_code_parameters

PatchCode parameters.

Constructors

NameDescription
init

Methods

NameReturn TypeStaticDescription
strstrNoReturns a human-readable string representation of this PatchCodeParameters.

Properties

NameTypeDescription
extra_barcode_textstrSpecifies codetext for an extra QR barcode, when PatchCode is generated in page mode.
formatPatchFormat
patch_formatPatchFormatPatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat.PATCH_ONLY

PatchCodeParameters Constructor

__init__(self, _java_class)
ParameterTypeDescription
_java_class``

PatchCodeParameters.str

__str__(self) -> str

Returns a human-readable string representation of this PatchCodeParameters.

Return Type: str — A string that represents this PatchCodeParameters.

PatchCodeParameters.extra_barcode_text

Type: str

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

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

ParameterTypeDescription
valuestr

PatchCodeParameters.format

Type: PatchFormat

ParameterTypeDescription
valuePatchFormat

PatchCodeParameters.patch_format

Type: PatchFormat

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

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

ParameterTypeDescription
valuePatchFormat