Posted 10 April 2018, 6:05 am EST
Hi,
How can i get the barcode number (.text) to beneath the image?
Thanks.
Forums Home / ComponentOne / WinForms Edition
Posted by: beheerder on 10 April 2018, 6:05 am EST
Posted 10 April 2018, 6:05 am EST
Hi,
How can i get the barcode number (.text) to beneath the image?
Thanks.
Posted 10 April 2018, 8:00 am EST
Hi,
Please try to set CaptionPosition property to Below as:
this.c1BarCode1.CaptionPosition = C1.BarCode.BarCodeCaptionPosition.Below;
Thanks,