问题描述
如何C#调用BARTENDER9.01打印标签
解决方案
解决方案二:
publicvoidLabelPrint(stringstrLabelFile){BarTender.ApplicationClassBarTenderApp=newBarTender.ApplicationClass();BarTenderApp.Formats.Open(Application.StartupPath+"\"+strLabelFile);BarTenderApp.Formats.Item(0).PrintOut(true);BarTenderApp.Quit(BarTender.BtSaveOptions.btDoNotSaveChanges);}
时间: 2024-12-31 02:59:09