Specifies the unit of measure for barcode generation.
Namespace: Neodynamic.ReportingServicesAssembly: Neodynamic.ReportingServices.Barcode (in Neodynamic.ReportingServices.Barcode.dll) Version: 9.0.2000.0 (9.0.8616.0)
Syntax
C# |
---|
public enum BarcodeUnit |
Visual Basic |
---|
Public Enumeration BarcodeUnit |
Members
Member name | Value | Description | |
---|---|---|---|
Inch | 0 | Specifies the inch as the unit of measure. | |
Millimeter | 1 | Specifies the millimeter as the unit of measure. | |
Centimeter | 2 | Specifies the centimeter as the unit of measure. | |
Mils | 3 | Specifies the Mils (one-thousandth of an inch) as the unit of measure. |