ITF14BorderType Enumeration

ITF14 border type of barcode

Namespace:  Aspose.BarCode
Assembly:  Aspose.BarCode (in Aspose.BarCode.dll) Version: 20.11.0
Syntax
public enum ITF14BorderType
Members
  Member nameValueDescription
None0 No border enclosing the barcode
Frame1 Frame enclosing the barcode
Bar2 Two horizontal bars enclosing the barcode
FrameOut3 Frame enclosing the barcode. It drawn outside of the barcode, and does not affect the height
BarOut4 Two horizontal bars enclosing the barcode. It drawn outside of the barcode, and does not affect the height
See Also