BarcodeUnit EnumerationNeodynamic Barcode Professional for ASP.NET Class Reference
Specifies the unit of measure for barcode generation.

Namespace: Neodynamic.Web.MVC.Barcode
Assembly: Neodynamic.Web.MVC.Barcode (in Neodynamic.Web.MVC.Barcode.dll) Version: 8.0.2000.0 (8.0.2000.0)
Syntax

public enum BarcodeUnit
Members

  Member nameValueDescription
Inch0 Specifies the inch as the unit of measure.
Millimeter1 Specifies the millimeter as the unit of measure.
Centimeter2 Specifies the centimeter as the unit of measure.
Mils3 Specifies the Mils (one-thousandth of an inch) as the unit of measure.
See Also