We are using the latest .Net Wrapper with native Vpe Version 7.1.0.8204 (on Windows 7 if it matters).
It takes several seconds to print the document (no change with or without preview).
This sample codes demonstrates the performance lack:
- Code: Select all
vpeControl.OpenDoc();
vpeControl.Barcode(5, 5, 20, 20, BarcodeType.Code128, "1a1a0aUNDEFa32641a1aAUPa0aEXS", "");
vpeControl.ScaleMode = ScaleMode.FullPage;
vpeControl.PreviewDoc(-1, -1, -1, -1, PreviewState.Maximized);
If we change the Barcodetext to e.g. "123456789" it prints the document at once
What is the issue in this case?
Thanks for your support