Specifies alignment of the whole barcode on the drawing surface.
Namespace: Neodynamic.ReportingServicesAssembly: Neodynamic.ReportingServices.Barcode (in Neodynamic.ReportingServices.Barcode.dll) Version: 9.0.2000.0 (9.0.8616.0)
Syntax
C# |
---|
public enum BarcodeAlignment |
Visual Basic |
---|
Public Enumeration BarcodeAlignment |
Members
Member name | Value | Description | |
---|---|---|---|
BottomCenter | 0 | ||
BottomLeft | 1 | ||
BottomRight | 2 | ||
MiddleCenter | 3 | ||
MiddleLeft | 4 | ||
MiddleRight | 5 | ||
TopCenter | 6 | ||
TopLeft | 7 | ||
TopRight | 8 |