PatchFormat
Contents
[
Hide
]PatchFormat enum
Module: aspose_barcode.generation.patch_format
PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders
Enum Values
| Name | Value | Description |
|---|---|---|
| A4 | 1 | Generates A4 format page with PatchCodes as borders and optional QR in the center. |
| A4_LANDSCAPE | 2 | Generates A4 landscape format page with PatchCodes as borders and optional QR in the center. |
| PATCH_ONLY | 0 | Generates PatchCode only. |
| US_LETTER | 3 | Generates US letter format page with PatchCodes as borders and optional QR in the center. |
| US_LETTER_LANDSCAPE | 4 | Generates US letter landscape format page with PatchCodes as borders and optional QR in the center. |
PatchFormat.A4
Type: int
Value: 1
Generates A4 format page with PatchCodes as borders and optional QR in the center.
PatchFormat.A4_LANDSCAPE
Type: int
Value: 2
Generates A4 landscape format page with PatchCodes as borders and optional QR in the center.
PatchFormat.PATCH_ONLY
Type: int
Value: 0
Generates PatchCode only.
PatchFormat.US_LETTER
Type: int
Value: 3
Generates US letter format page with PatchCodes as borders and optional QR in the center.
PatchFormat.US_LETTER_LANDSCAPE
Type: int
Value: 4
Generates US letter landscape format page with PatchCodes as borders and optional QR in the center.