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.

Thu Apr 28, 2016 10:43 am

My code below. Works fine if I set a QR code but UPCA / EAN13 and others still shows text. Other than that I love this!

Dim BCode As New Spire.Barcode.BarcodeSettings
With BCode
.ShowText = False
.ShowTopText = False
.ShowTextOnBottom = False
.BarHeight = 50
.TextFont = New Font("Arial", 12)
.ImageWidth = BC.Height
.ImageHeight = BC.Width
.BackColor = DesignerPanel.BackColor
.Type = Spire.Barcode.BarCodeType.UPCA
.Data = "99999999999"
End With

bvcat0710
 
Posts: 1
Joined: Thu Apr 28, 2016 10:39 am

Fri Apr 29, 2016 3:38 am

Hello,

Thanks for your feedback.
I have tested your code and noticed your issue that .ShowText = False didn't work. I have forwarded it to our dev team.
We will inform you when it is resolved.

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:54 am

Hello,

Thanks for patience waiting.
The issue has been resolved. Welcome to download new version(https://www.e-iceblue.com/Download/down ... r-net.html) to test the feature again.

Sincerely,
Amy
E-iceblue support team
User avatar

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

Return to Spire.BarCode