Enum BarcodeObject.Alignment
Specifies the horizontal alignment of a Barcode object. Works only when autosize is on.
Namespace: FastReport.Barcode
Assembly: FastReport.Base.dll
Syntax
public enum Alignment
Fields
Name | Description |
---|---|
Center | Specifies that the barcode is aligned to the center of the original layout. |
Left | Specifies that the barcode is aligned to the left of the original layout. |
Right | Specifies that the barcode is aligned to the right of the original layout. |