We are attempting to use VPE to print labels.
But the page format is not accepted, each label is printed with the distance of din A4
This is done:
Start Menu | Settings | Printers" the window with the installed printers will appear. Right-click on a blank area of the window and choose "Server Properties" from the pop-up menu. In the upcoming dialog, define a custom form of the desired dimensions
Example Code
pnHEIHT=1000
pnWIDHT=1480
pnFORMAT=VPAPER_USER_DEFINED
With poVPE
.devpaperformat=pnFORMAT
.pageformat=pnFORMAT
.Devpaperheight=pnHEIGHT
.devpaperwidth=pnWIDTH
.PageHeight=pnHEIGHT
.PageWidth=pnWIDTH
endwith