ITF14BorderType
ITF14BorderType enum
Namespace: Aspose.Barcode.Generation
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 |
BAR
Value: "2"
Tow horizontal bars enclosing the barcode
BAR_OUT
Value: "4"
Tow horizontal bars enclosing the barcode
FRAME
Value: "1"
FRAME enclosing the barcode
FRAME_OUT
Value: "3"
FRAME enclosing the barcode
NONE
Value: "0"
NO border enclosing the barcode