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.

Fri Sep 25, 2015 8:54 pm

Hi
I have entered the code to remove the E Logo and the logo is not visible when I run the application on my local server (directly from C#). However when I publish the application and place it on another server "E-ICEBLUE" shows up in the place of my top text but it doesnt appear on my local server/host (when I press F9 directly in C#) Is there something I need to copy to the server?

PS this is an MVC application

kemnet
 
Posts: 5
Joined: Mon Aug 17, 2015 5:19 pm

Mon Sep 28, 2015 6:31 am

Hello,

Please call the method ApplyKey(string key) to remove the logo.
Code: Select all
Spire.Barcode.BarcodeSettings.ApplyKey("......");


Best Regards,
Amy
E-iceblue support team
User avatar

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

Return to Spire.BarCode