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.

Sat May 24, 2014 3:40 pm

It is possible to print barcode directly without save the png file?

Can you said me the example,please?

Thanks in advance.

regards

fernandomelus@yahoo.es
 
Posts: 1
Joined: Fri May 23, 2014 4:43 pm

Mon May 26, 2014 3:08 am

Hello,

Spire.Barcode can meet your need.
First, you have to add the control. Check the document here:
http://www.e-iceblue.com/Tutorials/Spir ... olbox.html
Then drag the control “BarCodeControl” to the Form. “BarCodeControl” provides you method called “print” to fulfill your job.
this.barCodeControl1.print();
You don’t need to save the barcode as image.

Thanks and Regards,
Benjamin
E-iceblue support team
User avatar

Benjamin Du
 
Posts: 82
Joined: Thu Jul 25, 2013 2:38 am

Tue Oct 07, 2014 10:32 pm

I got an error:

'print' is not a member of 'Spire.Barcode.WebUI.BarCodeControl'


How I fix this ?

MaziN
 
Posts: 5
Joined: Tue Oct 07, 2014 10:28 pm

Wed Oct 08, 2014 9:23 am

Hello,

Thanks for your feedback.
Sorry that it is impossible to print barcode directly in web, there is no print method.
Sincerely,
Gary
E-iceblue support team
User avatar

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

Return to Spire.BarCode