ITF14BorderType
ITF14BorderType enum
Module: aspose_barcode.generation.itf_14_border_type
ITF14 barcode’s border type.
Enum Values
| Name | Value | Description |
|---|---|---|
| BAR | 2 | Tow horizontal bars enclosing the barcode. |
| BAR_OUT | 4 | Tow horizontal bars enclosing the barcode. |
| FRAME | 1 | FRAME enclosing the barcode. |
| FRAME_OUT | 3 | FRAME enclosing the barcode. |
| NONE | 0 | NO border enclosing the barcode. |
ITF14BorderType.BAR
Type: int
Value: 2
Tow horizontal bars enclosing the barcode.
ITF14BorderType.BAR_OUT
Type: int
Value: 4
Tow horizontal bars enclosing the barcode.
ITF14BorderType.FRAME
Type: int
Value: 1
FRAME enclosing the barcode.
ITF14BorderType.FRAME_OUT
Type: int
Value: 3
FRAME enclosing the barcode.
ITF14BorderType.NONE
Type: int
Value: 0
NO border enclosing the barcode.