var fDesc=new Array(); fDesc[0] = "Neodynamic ThermalLabel SDK for .NET is a lightweight class library (DLL) that lets you to create advanced barcode labels and print them to Zebra Thermal Printers(*) by writing just pure .NET code in VB.NET or C#.
ThermalLabel SDK can be used for designing and printing from simple to complex labels layout supporting Texts, Barcodes, Graphics and Images, and Shapes like circles, ellipses, rectangles, and lines. It provides an unified object model which will allow you to create one label design and print it to either ZPL or EPL printers getting the same output printing!
While designing your labels, you can easily preview them as raster images (BMP, PNG, GIF, JPEG or TIFF) or as Adobe PDF documents. This allows you to work on your .NET developments without the need of having a physical thermal printer for testing!
ThermalLabel SDK supports Portrait & Landscape Print Orientation, Buffering, Caching, Data Binding, Counters, Data Masking as well as XML Templates!"; 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 = ''; } }