Specifies alignment of the whole barcode on the drawing surface.

Namespace: Neodynamic.ReportingServices
Assembly: 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 nameValueDescription
BottomCenter0
BottomLeft1
BottomRight2
MiddleCenter3
MiddleLeft4
MiddleRight5
TopCenter6
TopLeft7
TopRight8

See Also