Aspose::BarCode::Generation::PatchFormat enum
Contents
[
Hide
]PatchFormat enum
PatchCode format. Choose PatchOnly to generate single PatchCode. Use page format to generate Patch page with PatchCodes as borders.
enum class PatchFormat
Values
| Name | Value | Description |
|---|---|---|
| PatchOnly | 0 | Generates PatchCode only. |
| 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. |
| 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. |
See Also
- Namespace Aspose::BarCode::Generation
- Library Aspose.BarCode for C++