PatchCodeParameters

PatchCodeParameters class

Namespace: Aspose.Barcode.Generation

PatchCode parameters.

Constructors

NameDescription
__construct

Properties

NameRead/WriteDescription
ExtraBarcodeTextRead/WriteSpecifies codetext for an extra QR barcode, when PatchCode is generated in page mode.
FormatRead/WritePatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat.PatchOnly
PatchFormatRead/WritePatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders. Default value: PatchFormat::PATCH_ONLY

PatchCodeParameters__construct(PatchCodeParametersDTO $patchCodeParametersDto)

ParameterTypeDescription
$patchCodeParametersDtoPatchCodeParametersDTO

ExtraBarcodeText

Access: Read/Write

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
$valuestring

Format

Access: Read/Write

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

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

ParameterTypeDescription
$valueint

PatchFormat

Access: Read/Write

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

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
$valueint