1.电脑装 BarTender2016软件(勾选 .Net SDK)
2.新建WINFORM测试项目
3.添加COM 组件(由安装软件目录SDK文件夹)
4. //添加COM 引用BarTender
实例化
BarTender.Application btapp;
BarTender.Format btformat;
5.打印方法
vb
Modifying named sub-strings currently requires you to follow exactly the steps you've followed if the data on the label needs to change for every label that prints. If you want to send variable data for several labels in one go, you will need to connect your BT document to a text database file (you would create and fill before):
https://support.seagullscientific.com/hc/en-us/community/posts/216559727-Generating-Label-Using-net
c#
原文链接:https://blog.csdn.net/u013002790/article/details/75207975