Spire.Barcode is a professional barcode library specially designed for .NET developers (C#, VB.NET, ASP.NET, .NET Core) and Java developers (J2SE and J2EE) to generate, read and scan 1D & 2D barcodes.

Mon Sep 15, 2014 2:12 pm

Hello Everyone
How Can I Add Multible-Line Text Above And Below The Barcode ?
Thanks Very Much For Your Support

ahmad_kelany
 
Posts: 6
Joined: Fri Sep 12, 2014 1:20 pm

Tue Sep 16, 2014 2:58 am

Hello,

The following codes are for your reference.
Code: Select all
this.barCodeControl1.ShowTopText = true;
this.barCodeControl1.TopText = "line1" + "\n\r" + "line2";

If there are any questions, welcome to get it back to us.
Sincerely,
Gary
E-iceblue support team
User avatar

Gary.zhang
 
Posts: 1380
Joined: Thu Apr 04, 2013 1:30 am

Tue Sep 16, 2014 4:32 am

Gary.zhang wrote:Hello,

The following codes are for your reference.
Code: Select all
this.barCodeControl1.ShowTopText = true;
this.barCodeControl1.TopText = "line1" + "\n\r" + "line2";

If there are any questions, welcome to get it back to us.
Sincerely,
Gary
E-iceblue support team

Thanks Very Much

ahmad_kelany
 
Posts: 6
Joined: Fri Sep 12, 2014 1:20 pm

Thu Sep 18, 2014 1:43 am

Hello,

Thanks for your feedback.
If there are any questions, welcome to get it back to us.
Sincerely,
Gary
E-iceblue support team
User avatar

Gary.zhang
 
Posts: 1380
Joined: Thu Apr 04, 2013 1:30 am

Return to Spire.BarCode