PatchCodeParameters
PatchCodeParameters class
Namespace: Aspose.Barcode.Generation
PatchCode parameters.
Constructors
| Name | Description |
|---|---|
| __construct |
Properties
| Name | Read/Write | Description |
|---|---|---|
| ExtraBarcodeText | Read/Write | Specifies codetext for an extra QR barcode, when PatchCode is generated in page mode. |
| Format | 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 |
| PatchFormat | 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 |
PatchCodeParameters__construct(PatchCodeParametersDTO $patchCodeParametersDto)
| Parameter | Type | Description |
|---|---|---|
$patchCodeParametersDto | PatchCodeParametersDTO |
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.
| Parameter | Type | Description |
|---|---|---|
$value | string |
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
| Parameter | Type | Description |
|---|---|---|
$value | int |
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
| Parameter | Type | Description |
|---|---|---|
$value | int |