ITF14BorderType Enumeration |
ITF14 border type of barcode
Namespace:
Aspose.BarCode
Assembly:
Aspose.BarCode (in Aspose.BarCode.dll) Version: 20.11.0
Syntaxpublic enum ITF14BorderType
Public Enumeration ITF14BorderType
public enum class ITF14BorderType
Members
| Member 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