var fDesc=new Array(); fDesc[0] = "ThermalLabel SDK for .NET is a .NET Standard Class Library (DLL) that lets you to create advanced barcode labels and print them to Zebra ZPL/EPL & Honeywell-Intermec Fingerprint Thermal Printers by writing just pure .NET code in VB.NET or C#. for projects targeting .NET Framework, .NET CORE, Legacy ASP.NET MVC & CORE, Xamarin, Mono & Universal Windows Platform (UWP).

ThermalLabel SDK can be used for designing and printing from simple to complex labels layout supporting Texts, Barcodes, Graphics and Images, RFID Tags, and Shapes like circles, ellipses, rectangles, and lines. It provides a unified object model which will allow you to create one label design and print it to either Zebra & Honeywell-Intermec printers getting the same output printing!"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }