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 Apr 18, 2016 1:36 pm

Hi there

I would like to pint an created qr barcode with to an zebra barcode printer to an label with the format of 55mmx30mm.
My code looks like this:
Code: Select all
this.bcc_qr.print("printer");


i'm getting an print out but not my QR!!! ;-( it's an part of an "normal" barcode.
What is my issue?

stein.stephan@gmx.de
 
Posts: 16
Joined: Sun Jan 17, 2016 12:10 pm

Tue Apr 19, 2016 3:08 am

Hello,

Thanks for your feedback.
Sorry that our product doesn't support to print a QR barcode.

Sincerely,
Caroline
E-iceblue support team
User avatar

caroline.zhang
 
Posts: 291
Joined: Mon Mar 07, 2016 9:22 am

Fri Apr 21, 2017 5:37 am

Hello,

Thanks for patience waiting.
Our Spire.Barcode has supported printing QR barcode. Welcome to download new version(https://www.e-iceblue.com/Download/down ... r-net.html) and test the below line.
Code: Select all
this.barCodeControl1.Print(printerName)


Sincerely,
Amy
E-iceblue support team
User avatar

amy.zhao
 
Posts: 2766
Joined: Wed Jun 27, 2012 8:50 am

Return to Spire.BarCode