1
、应用?nbsp;Seagull.BarTender.Print “命名空间,
2
、代码如下:
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
//using System.Threading.Tasks;
using System.Windows.Forms;
using Seagull.BarTender.Print;
//using Seagull.BarTender;
namespace BarTenderPrintTest1
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
//Bar
string dc =
@"D:\liping\BartenderPrint\BarTenderPrintTest1\BarTenderPrintTest1\bi
n\Debug\HW_CaiHe_and_packbox.btw";
int ff = 163704004;
string aa = "00057616-";
int i = 1;
private
void
btn_print_Click(object
sender,
EventArgs
e)
{
PrintLabel3();
}
#region
第一种写?/p>

private void PrintLabel1()