Aspose::BarCode::Generation::ITF14BorderType enum
ITF14BorderType enum
ITF14 border type of barcode.
enum class ITF14BorderType
Values
| Name | Value | Description |
|---|---|---|
| None | 0 | No border enclosing the barcode. |
| Frame | 1 | Frame enclosing the barcode. |
| Bar | 2 | Two horizontal bars enclosing the barcode. |
| FrameOut | 3 | Frame enclosing the barcode. It drawn outside of the barcode, and does not affect the height. |
| BarOut | 4 | Two horizontal bars enclosing the barcode. It drawn outside of the barcode, and does not affect the height. |
See Also
- Namespace Aspose::BarCode::Generation
- Library Aspose.BarCode for C++