Hi guys,
I'm using VS2010 (.Net Framework 4.0) and IDEALSoftware.VpeProfessional.dll.
The code below printed empty if the VPE.FontSize is being set bigger than 10. Any number less or equal to 10 has no issue.
VPE.FontSize = 10;
dLeft = (double)XPos / 100;
dTop = (double)y / 100;
dRight = (double)(XPos + iLen) / 100;
dBottom = (double)(y + iBoxHeigt) / 100;
VPE.Write(dLeft, dTop, dRight, dBottom, sData);
Does anyone has any clue or workaround regarding this matter?
Urgent.. help, pls! Thanks in advance.