Takes Too long before it prints Follow
Does anyone here experiencing printing takes too long. I call my template using VB
using (Batender.Engine btEngine = new Batender.Engine())
{
btEngine.Start();
Batender.LabelFormatDocument btFormat = btEngine.Documents.Open(location);
}
it takes 1min before it prints.
Please sign in to leave a comment.